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

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

Inheritance diagram for MR.Const_MeshMeshDistanceResult:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_MeshMeshDistanceResult ()
 Constructs an empty (default-constructed) instance.
unsafe Const_MeshMeshDistanceResult (MR.Const_PointOnFace a, MR.Const_PointOnFace b, float distSq)
 Constructs MR.MeshMeshDistanceResult elementwise.
unsafe Const_MeshMeshDistanceResult (MR.Const_MeshMeshDistanceResult _other)
 Generated from constructor MR.MeshMeshDistanceResult.MeshMeshDistanceResult.
 Const_MeshMeshDistanceResult (MeshMeshDistanceResult _other)
 Generated from constructor MR.MeshMeshDistanceResult.MeshMeshDistanceResult.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_distSq

Properties

unsafe MR.Const_PointOnFace a [get, protected set]
 two closest points: from meshes A and B respectively
unsafe MR.Const_PointOnFace b [get, protected set]
 two closest points: from meshes A and B respectively
unsafe float distSq [get]
 squared distance between a and b

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_MeshMeshDistanceResult() [1/4]

unsafe MR.Const_MeshMeshDistanceResult.Const_MeshMeshDistanceResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_MeshMeshDistanceResult() [2/4]

unsafe MR.Const_MeshMeshDistanceResult.Const_MeshMeshDistanceResult ( MR.Const_PointOnFace a,
MR.Const_PointOnFace b,
float distSq )
inline

Constructs MR.MeshMeshDistanceResult elementwise.

◆ Const_MeshMeshDistanceResult() [3/4]

unsafe MR.Const_MeshMeshDistanceResult.Const_MeshMeshDistanceResult ( MR.Const_MeshMeshDistanceResult _other)
inline

◆ Const_MeshMeshDistanceResult() [4/4]

MR.Const_MeshMeshDistanceResult.Const_MeshMeshDistanceResult ( MeshMeshDistanceResult _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_MeshMeshDistanceResult.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_distSq

unsafe float* MR.Const_MeshMeshDistanceResult.__ref_storage_distSq
protected

Property Documentation

◆ a

unsafe MR.Const_PointOnFace MR.Const_MeshMeshDistanceResult.a
getprotected set

two closest points: from meshes A and B respectively

◆ b

unsafe MR.Const_PointOnFace MR.Const_MeshMeshDistanceResult.b
getprotected set

two closest points: from meshes A and B respectively

◆ distSq

unsafe float MR.Const_MeshMeshDistanceResult.distSq
get

squared distance between a and b


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