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

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

Inheritance diagram for MR.Const_MultiMeshIntersectionResult:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_MultiMeshIntersectionResult ()
 Constructs an empty (default-constructed) instance.
unsafe Const_MultiMeshIntersectionResult (MR.Const_MultiMeshIntersectionResult _other)
 Generated from constructor MR.MultiMeshIntersectionResult.MultiMeshIntersectionResult.
 Const_MultiMeshIntersectionResult (MultiMeshIntersectionResult _other)
 Generated from constructor MR.MultiMeshIntersectionResult.MultiMeshIntersectionResult.

Static Public Member Functions

static unsafe implicit operator MR.Const_MeshIntersectionResult (Const_MultiMeshIntersectionResult self)
static unsafe operator bool (MR.Const_MultiMeshIntersectionResult _this)
 check for validity Generated from conversion operator MR::MultiMeshIntersectionResult::operator bool.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Const_Mesh._Underlying ** __ptr_storage_mesh
unsafe float * __ref_storage_distanceAlongLine

Properties

unsafe MR.? Const_Mesh mesh [get]
 the intersection found in this mesh
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.MultiMeshIntersectionResult. Base classes: Direct: (non-virtual) MR.MeshIntersectionResult This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_MultiMeshIntersectionResult() [1/3]

unsafe MR.Const_MultiMeshIntersectionResult.Const_MultiMeshIntersectionResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_MultiMeshIntersectionResult() [2/3]

unsafe MR.Const_MultiMeshIntersectionResult.Const_MultiMeshIntersectionResult ( MR.Const_MultiMeshIntersectionResult _other)
inline

◆ Const_MultiMeshIntersectionResult() [3/3]

MR.Const_MultiMeshIntersectionResult.Const_MultiMeshIntersectionResult ( MultiMeshIntersectionResult _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_MultiMeshIntersectionResult.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ operator bool()

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

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

◆ operator MR.Const_MeshIntersectionResult()

unsafe implicit MR.Const_MultiMeshIntersectionResult.operator MR.Const_MeshIntersectionResult ( Const_MultiMeshIntersectionResult self)
inlinestatic

Member Data Documentation

◆ __ptr_storage_mesh

unsafe MR.Const_Mesh._Underlying** MR.Const_MultiMeshIntersectionResult.__ptr_storage_mesh
protected

◆ __ref_storage_distanceAlongLine

unsafe float* MR.Const_MultiMeshIntersectionResult.__ref_storage_distanceAlongLine
protected

Property Documentation

◆ distanceAlongLine

unsafe float MR.Const_MultiMeshIntersectionResult.distanceAlongLine
get

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

◆ mesh

unsafe MR.? Const_Mesh MR.Const_MultiMeshIntersectionResult.mesh
get

the intersection found in this mesh

◆ mtp

unsafe MR.Const_MeshTriPoint MR.Const_MultiMeshIntersectionResult.mtp
getprotected set

stores barycentric coordinates

◆ proj

unsafe MR.Const_PointOnFace MR.Const_MultiMeshIntersectionResult.proj
getprotected set

stores intersected face and global coordinates


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