Radium Engine
1.5.20
|
Structure holding the result of a triangle-to-triangle distance query. More...
#include <Core/Geometry/DistanceQueries.hpp>
Public Attributes | |
Scalar | distance |
Scalar | sqrDistance |
Scalar | triangleParameter1 [3] |
Scalar | triangleParameter2 [3] |
Vector3 | closestPoint [2] |
Structure holding the result of a triangle-to-triangle distance query.
Definition at line 123 of file DistanceQueries.hpp.
Vector3 Ra::Core::Geometry::TriangleToTriangleOutput::closestPoint[2] |
Definition at line 128 of file DistanceQueries.hpp.
Scalar Ra::Core::Geometry::TriangleToTriangleOutput::distance |
Definition at line 124 of file DistanceQueries.hpp.
Scalar Ra::Core::Geometry::TriangleToTriangleOutput::sqrDistance |
Definition at line 125 of file DistanceQueries.hpp.
Scalar Ra::Core::Geometry::TriangleToTriangleOutput::triangleParameter1[3] |
Definition at line 126 of file DistanceQueries.hpp.
Scalar Ra::Core::Geometry::TriangleToTriangleOutput::triangleParameter2[3] |
Definition at line 127 of file DistanceQueries.hpp.