#include <MRMeshIntersect.h>
Inheritance diagram for MR::MultiMeshIntersectionResult:Public Attributes | |
| const Mesh * | mesh = nullptr |
| the intersection found in this mesh | |
Public Attributes inherited from MR::MeshIntersectionResult | |
| 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 | |
Additional Inherited Members | |
Public Member Functions inherited from MR::MeshIntersectionResult | |
| operator bool () const | |
| check for validity | |
| const Mesh* MR::MultiMeshIntersectionResult::mesh = nullptr |
the intersection found in this mesh