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

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

Inheritance diagram for MR.Const_SignedDistanceToMeshResult:

Classes

struct  _Underlying

Public Member Functions

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_dist

Properties

unsafe MR.Const_PointOnFace proj [get, protected set]
 the closest point on mesh
unsafe MR.Const_MeshTriPoint mtp [get, protected set]
 its barycentric representation
unsafe float dist [get]
 distance from pt to proj (positive - outside, negative - inside the mesh)

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_SignedDistanceToMeshResult() [1/4]

unsafe MR.Const_SignedDistanceToMeshResult.Const_SignedDistanceToMeshResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SignedDistanceToMeshResult() [2/4]

unsafe MR.Const_SignedDistanceToMeshResult.Const_SignedDistanceToMeshResult ( MR.Const_PointOnFace proj,
MR.Const_MeshTriPoint mtp,
float dist )
inline

Constructs MR.SignedDistanceToMeshResult elementwise.

◆ Const_SignedDistanceToMeshResult() [3/4]

unsafe MR.Const_SignedDistanceToMeshResult.Const_SignedDistanceToMeshResult ( MR.Const_SignedDistanceToMeshResult _other)
inline

◆ Const_SignedDistanceToMeshResult() [4/4]

MR.Const_SignedDistanceToMeshResult.Const_SignedDistanceToMeshResult ( SignedDistanceToMeshResult _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_SignedDistanceToMeshResult.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_dist

unsafe float* MR.Const_SignedDistanceToMeshResult.__ref_storage_dist
protected

Property Documentation

◆ dist

unsafe float MR.Const_SignedDistanceToMeshResult.dist
get

distance from pt to proj (positive - outside, negative - inside the mesh)

◆ mtp

unsafe MR.Const_MeshTriPoint MR.Const_SignedDistanceToMeshResult.mtp
getprotected set

its barycentric representation

◆ proj

unsafe MR.Const_PointOnFace MR.Const_SignedDistanceToMeshResult.proj
getprotected set

the closest point on mesh


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