MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_MultiRayMeshIntersectResult Class Reference

Generated from class MR.MultiRayMeshIntersectResult. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_MultiRayMeshIntersectResult:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_MultiRayMeshIntersectResult ()
 Constructs an empty (default-constructed) instance.
 
unsafe 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)
 Constructs MR.MultiRayMeshIntersectResult elementwise.
 
unsafe Const_MultiRayMeshIntersectResult (MR.Const_MultiRayMeshIntersectResult _other)
 Generated from constructor MR.MultiRayMeshIntersectResult.MultiRayMeshIntersectResult.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.? BitSet intersectingRays [get]
 distance along each ray till the intersection point or NaN if no intersection
 
unsafe MR.Std.? Vector_Float rayDistances [get]
 intersected triangles from mesh
 
unsafe MR.Std.? Vector_MRFaceId isectFaces [get]
 barycentric coordinates of the intersection point within intersected triangle or NaNs if no intersection
 
unsafe MR.Std.? Vector_MRTriPointf isectBary [get]
 intersection points or NaNs if no intersection
 
unsafe MR.Std.? Vector_MRVector3f isectPts [get]
 
- Properties inherited from MR.Misc.Object< Const_MultiRayMeshIntersectResult >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_MultiRayMeshIntersectResult >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.MultiRayMeshIntersectResult. This is the const half of the class.


The documentation for this class was generated from the following file: