MeshLib C# Docs
Loading...
Searching...
No Matches

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.
 Const_MeshIntersectionResult (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)

Protected Attributes

unsafe float * __ref_storage_distanceAlongLine

Properties

unsafe MR.Const_PointOnFace proj [get, protected set]
 stores intersected face and global coordinates
unsafe MR.Const_MeshTriPoint mtp [get, protected set]
 stores barycentric coordinates
unsafe float distanceAlongLine [get]
 stores the distance from ray origin to the intersection point in direction units

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_MeshIntersectionResult() [1/4]

unsafe MR.Const_MeshIntersectionResult.Const_MeshIntersectionResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_MeshIntersectionResult() [2/4]

unsafe MR.Const_MeshIntersectionResult.Const_MeshIntersectionResult ( MR.Const_PointOnFace proj,
MR.Const_MeshTriPoint mtp,
float distanceAlongLine )
inline

Constructs MR.MeshIntersectionResult elementwise.

◆ Const_MeshIntersectionResult() [3/4]

unsafe MR.Const_MeshIntersectionResult.Const_MeshIntersectionResult ( MR.Const_MeshIntersectionResult _other)
inline

◆ Const_MeshIntersectionResult() [4/4]

MR.Const_MeshIntersectionResult.Const_MeshIntersectionResult ( MeshIntersectionResult _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_MeshIntersectionResult.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_MeshIntersectionResult.Dispose ( bool disposing)
inlineprotectedvirtual

◆ operator bool()

unsafe MR.Const_MeshIntersectionResult.operator bool ( MR.Const_MeshIntersectionResult _this)
inlineexplicitstatic

check for validity Generated from conversion operator MR::MeshIntersectionResult::operator bool.

Member Data Documentation

◆ __ref_storage_distanceAlongLine

unsafe float* MR.Const_MeshIntersectionResult.__ref_storage_distanceAlongLine
protected

Property Documentation

◆ distanceAlongLine

unsafe float MR.Const_MeshIntersectionResult.distanceAlongLine
get

stores the distance from ray origin to the intersection point in direction units

◆ mtp

unsafe MR.Const_MeshTriPoint MR.Const_MeshIntersectionResult.mtp
getprotected set

stores barycentric coordinates

◆ proj

unsafe MR.Const_PointOnFace MR.Const_MeshIntersectionResult.proj
getprotected set

stores intersected face and global coordinates


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