Radium Engine
1.5.20
|
Structure holding the result of a line-to-segment distance query. More...
#include <Core/Geometry/DistanceQueries.hpp>
Public Attributes | |
Scalar | distance |
Scalar | sqrDistance |
Scalar | parameter [2] |
Vector3 | closestPoint [2] |
Structure holding the result of a line-to-segment distance query.
Definition at line 68 of file DistanceQueries.hpp.
Vector3 Ra::Core::Geometry::LineToSegmentOutput::closestPoint[2] |
Definition at line 72 of file DistanceQueries.hpp.
Scalar Ra::Core::Geometry::LineToSegmentOutput::distance |
Definition at line 69 of file DistanceQueries.hpp.
Scalar Ra::Core::Geometry::LineToSegmentOutput::parameter[2] |
Definition at line 71 of file DistanceQueries.hpp.
Scalar Ra::Core::Geometry::LineToSegmentOutput::sqrDistance |
Definition at line 70 of file DistanceQueries.hpp.