#include <MRMeshIntersect.h>
Inheritance diagram for MR::MeshIntersectionResult:Public Member Functions | |
| operator bool () const | |
| check for validity | |
Public Attributes | |
| PointOnFace | proj |
| stores intersected face and global coordinates | |
| MeshTriPoint | mtp |
| stores barycentric coordinates | |
| float | distanceAlongLine = 0 |
| stores the distance from ray origin to the intersection point in direction units | |
|
inlineexplicit |
check for validity
| float MR::MeshIntersectionResult::distanceAlongLine = 0 |
stores the distance from ray origin to the intersection point in direction units
| MeshTriPoint MR::MeshIntersectionResult::mtp |
stores barycentric coordinates
| PointOnFace MR::MeshIntersectionResult::proj |
stores intersected face and global coordinates