GetRayIntersectionFromLastStepFeature::RayIntersectionT< PolicyT > Struct Template Reference
#include <GetRayIntersection.hh>
Public Types | |
using | Scalar = typename PolicyT::Scalar |
using | VectorType = typename FromPolicy< PolicyT >::template Use< LinearVector > |
Public Attributes | |
Scalar | fraction |
The fraction of the ray length at the intersection/hit point. More... | |
VectorType | normal |
The normal at the hit point in the world coordinates. More... | |
VectorType | point |
The hit point in the world coordinates. More... | |
Member Typedef Documentation
◆ Scalar
using Scalar = typename PolicyT::Scalar |
◆ VectorType
using VectorType = typename FromPolicy<PolicyT>::template Use<LinearVector> |
Member Data Documentation
◆ fraction
Scalar fraction |
The fraction of the ray length at the intersection/hit point.
◆ normal
VectorType normal |
The normal at the hit point in the world coordinates.
◆ point
VectorType point |
The hit point in the world coordinates.
The documentation for this struct was generated from the following file: