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

describes the point of measurement on mesh Generated from class MR.MeshPoint. This is the const half of the class. More...

Inheritance diagram for MR.Const_MeshPoint:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_MeshPoint ()
 Constructs an empty (default-constructed) instance.
unsafe Const_MeshPoint (MR.Const_MeshTriPoint triPoint, MR.Vector3f pt, MR.Vector3f inDir, MR.Std._ByValue_Function_Bool_From_MRFaceId notIncidentFaces)
 Constructs MR.MeshPoint elementwise.
unsafe Const_MeshPoint (MR._ByValue_MeshPoint _other)
 Generated from constructor MR.MeshPoint.MeshPoint.
 Const_MeshPoint (Const_MeshPoint _other)
 Generated from constructor MR.MeshPoint.MeshPoint.
 Const_MeshPoint (MeshPoint _other)
 Generated from constructor MR.MeshPoint.MeshPoint.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3f__ref_storage_pt
unsafe MR.Vector3f__ref_storage_inDir

Properties

unsafe MR.Const_MeshTriPoint triPoint [get, protected set]
 relative position on mesh
unsafe ref readonly MR.Vector3f pt [get]
 3d coordinates
unsafe ref readonly MR.Vector3f inDir [get]
 unit direction inside the mesh = minus normal
unsafe MR.Std.Const_Function_Bool_From_MRFaceId notIncidentFaces [get, protected set]
 predicate that returns true for mesh faces not-incident to the point

Detailed Description

describes the point of measurement on mesh Generated from class MR.MeshPoint. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_MeshPoint() [1/5]

unsafe MR.Const_MeshPoint.Const_MeshPoint ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_MeshPoint() [2/5]

unsafe MR.Const_MeshPoint.Const_MeshPoint ( MR.Const_MeshTriPoint triPoint,
MR.Vector3f pt,
MR.Vector3f inDir,
MR.Std._ByValue_Function_Bool_From_MRFaceId notIncidentFaces )
inline

Constructs MR.MeshPoint elementwise.

◆ Const_MeshPoint() [3/5]

unsafe MR.Const_MeshPoint.Const_MeshPoint ( MR._ByValue_MeshPoint _other)
inline

Generated from constructor MR.MeshPoint.MeshPoint.

◆ Const_MeshPoint() [4/5]

MR.Const_MeshPoint.Const_MeshPoint ( Const_MeshPoint _other)
inline

Generated from constructor MR.MeshPoint.MeshPoint.

◆ Const_MeshPoint() [5/5]

MR.Const_MeshPoint.Const_MeshPoint ( MeshPoint _other)
inline

Generated from constructor MR.MeshPoint.MeshPoint.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_MeshPoint.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_inDir

unsafe MR.Vector3f* MR.Const_MeshPoint.__ref_storage_inDir
protected

◆ __ref_storage_pt

unsafe MR.Vector3f* MR.Const_MeshPoint.__ref_storage_pt
protected

Property Documentation

◆ inDir

unsafe ref readonly MR.Vector3f MR.Const_MeshPoint.inDir
get

unit direction inside the mesh = minus normal

◆ notIncidentFaces

unsafe MR.Std.Const_Function_Bool_From_MRFaceId MR.Const_MeshPoint.notIncidentFaces
getprotected set

predicate that returns true for mesh faces not-incident to the point

◆ pt

unsafe ref readonly MR.Vector3f MR.Const_MeshPoint.pt
get

3d coordinates

◆ triPoint

unsafe MR.Const_MeshTriPoint MR.Const_MeshPoint.triPoint
getprotected set

relative position on mesh


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