Generated from class MR.MultiRayMeshIntersectResult. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe MR.? BitSet | intersectingRays [get] |
| | true if the ray has intersection with mesh part, false otherwise
|
| unsafe MR.Std.? Vector_Float | rayDistances [get] |
| | distance along each ray till the intersection point or NaN if no intersection
|
| unsafe MR.Std.? Vector_MRFaceId | isectFaces [get] |
| | intersected triangles from mesh
|
| unsafe MR.Std.? Vector_MRTriPointf | isectBary [get] |
| | barycentric coordinates of the intersection point within intersected triangle or NaNs if no intersection
|
| unsafe MR.Std.? Vector_MRVector3f | isectPts [get] |
| | intersection points or NaNs if no intersection
|
Generated from class MR.MultiRayMeshIntersectResult. This is the const half of the class.
◆ Const_MultiRayMeshIntersectResult() [1/4]
| unsafe MR.Const_MultiRayMeshIntersectResult.Const_MultiRayMeshIntersectResult |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_MultiRayMeshIntersectResult() [2/4]
| unsafe MR.Const_MultiRayMeshIntersectResult.Const_MultiRayMeshIntersectResult |
( |
MR.BitSet? | intersectingRays, |
|
|
MR.Std.Vector_Float? | rayDistances, |
|
|
MR.Std.Vector_MRFaceId? | isectFaces, |
|
|
MR.Std.Vector_MRTriPointf? | isectBary, |
|
|
MR.Std.Vector_MRVector3f? | isectPts ) |
|
inline |
◆ Const_MultiRayMeshIntersectResult() [3/4]
◆ Const_MultiRayMeshIntersectResult() [4/4]
◆ Dispose() [1/2]
| virtual void MR.Const_MultiRayMeshIntersectResult.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_MultiRayMeshIntersectResult.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ptr_storage_intersectingRays
| unsafe MR.BitSet._Underlying** MR.Const_MultiRayMeshIntersectResult.__ptr_storage_intersectingRays |
|
protected |
◆ __ptr_storage_isectBary
| unsafe MR.Std.Vector_MRTriPointf._Underlying** MR.Const_MultiRayMeshIntersectResult.__ptr_storage_isectBary |
|
protected |
◆ __ptr_storage_isectFaces
| unsafe MR.Std.Vector_MRFaceId._Underlying** MR.Const_MultiRayMeshIntersectResult.__ptr_storage_isectFaces |
|
protected |
◆ __ptr_storage_isectPts
| unsafe MR.Std.Vector_MRVector3f._Underlying** MR.Const_MultiRayMeshIntersectResult.__ptr_storage_isectPts |
|
protected |
◆ __ptr_storage_rayDistances
| unsafe MR.Std.Vector_Float._Underlying** MR.Const_MultiRayMeshIntersectResult.__ptr_storage_rayDistances |
|
protected |
◆ intersectingRays
| unsafe MR.? BitSet MR.Const_MultiRayMeshIntersectResult.intersectingRays |
|
get |
true if the ray has intersection with mesh part, false otherwise
◆ isectBary
| unsafe MR.Std.? Vector_MRTriPointf MR.Const_MultiRayMeshIntersectResult.isectBary |
|
get |
barycentric coordinates of the intersection point within intersected triangle or NaNs if no intersection
◆ isectFaces
| unsafe MR.Std.? Vector_MRFaceId MR.Const_MultiRayMeshIntersectResult.isectFaces |
|
get |
intersected triangles from mesh
◆ isectPts
| unsafe MR.Std.? Vector_MRVector3f MR.Const_MultiRayMeshIntersectResult.isectPts |
|
get |
intersection points or NaNs if no intersection
◆ rayDistances
| unsafe MR.Std.? Vector_Float MR.Const_MultiRayMeshIntersectResult.rayDistances |
|
get |
distance along each ray till the intersection point or NaN if no intersection
The documentation for this class was generated from the following file: