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

Generated from class MR.MeshIntersectionResult. Derived classes: Direct: (non-virtual) MR.MultiMeshIntersectionResult This is the const half of the class. More...

+ Inheritance diagram for MR.Const_MeshIntersectionResult:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_MeshIntersectionResult ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_MeshIntersectionResult (MR.Const_PointOnFace proj, MR.Const_MeshTriPoint mtp, float distanceAlongLine)
 Constructs MR.MeshIntersectionResult elementwise.
 
unsafe Const_MeshIntersectionResult (MR.Const_MeshIntersectionResult _other)
 Generated from constructor MR.MeshIntersectionResult.MeshIntersectionResult.
 

Static Public Member Functions

static unsafe operator bool (MR.Const_MeshIntersectionResult _this)
 check for validity Generated from conversion operator MR.MeshIntersectionResult.operator bool.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Const_PointOnFace proj [get]
 stores intersected face and global coordinates
 
unsafe MR.Const_MeshTriPoint mtp [get]
 stores barycentric coordinates
 
unsafe float distanceAlongLine [get]
 stores the distance from ray origin to the intersection point in direction units
 
- Properties inherited from MR.Misc.Object< Const_MeshIntersectionResult >
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_MeshIntersectionResult >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.MeshIntersectionResult. Derived classes: Direct: (non-virtual) MR.MultiMeshIntersectionResult This is the const half of the class.


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