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

Generated from class MR::TriTriDistanceResult<float>. This is the const half of the class. More...

Inheritance diagram for MR.Const_TriTriDistanceResult_Float:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_TriTriDistanceResult_Float ()
 Constructs an empty (default-constructed) instance.
unsafe Const_TriTriDistanceResult_Float (MR.Vector3f a, MR.Vector3f b, float distSq, bool overlap)
 Constructs MR::TriTriDistanceResult<float> elementwise.
unsafe Const_TriTriDistanceResult_Float (MR.Const_TriTriDistanceResult_Float _other)
 Generated from constructor MR::TriTriDistanceResult<float>::TriTriDistanceResult.
 Const_TriTriDistanceResult_Float (TriTriDistanceResult_Float _other)
 Generated from constructor MR::TriTriDistanceResult<float>::TriTriDistanceResult.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3f__ref_storage_a
unsafe MR.Vector3f__ref_storage_b
unsafe float * __ref_storage_distSq
unsafe bool * __ref_storage_overlap

Properties

unsafe ref readonly MR.Vector3f a [get]
 If the triangles are disjoint, these points are the closest points of the corresponding triangles. However, if the triangles overlap, these are basically a random pair of points from the triangles, not coincident points on the intersection of the triangles, as might be expected.
unsafe ref readonly MR.Vector3f b [get]
 If the triangles are disjoint, these points are the closest points of the corresponding triangles. However, if the triangles overlap, these are basically a random pair of points from the triangles, not coincident points on the intersection of the triangles, as might be expected.
unsafe float distSq [get]
 If the triangles are disjoint, it is the squared distance them (equal to the squared distance between a and b points). If the triangles overlap, it is zero.
unsafe bool overlap [get]
 overlap==true means that the triangles are intersecting and not just touch one another => distSq == 0 if distSq == 0 and overlap == false, then the triangles just touch one another

Detailed Description

Generated from class MR::TriTriDistanceResult<float>. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_TriTriDistanceResult_Float() [1/4]

unsafe MR.Const_TriTriDistanceResult_Float.Const_TriTriDistanceResult_Float ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_TriTriDistanceResult_Float() [2/4]

unsafe MR.Const_TriTriDistanceResult_Float.Const_TriTriDistanceResult_Float ( MR.Vector3f a,
MR.Vector3f b,
float distSq,
bool overlap )
inline

Constructs MR::TriTriDistanceResult<float> elementwise.

◆ Const_TriTriDistanceResult_Float() [3/4]

unsafe MR.Const_TriTriDistanceResult_Float.Const_TriTriDistanceResult_Float ( MR.Const_TriTriDistanceResult_Float _other)
inline

Generated from constructor MR::TriTriDistanceResult<float>::TriTriDistanceResult.

◆ Const_TriTriDistanceResult_Float() [4/4]

MR.Const_TriTriDistanceResult_Float.Const_TriTriDistanceResult_Float ( TriTriDistanceResult_Float _other)
inline

Generated from constructor MR::TriTriDistanceResult<float>::TriTriDistanceResult.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_TriTriDistanceResult_Float.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_a

unsafe MR.Vector3f* MR.Const_TriTriDistanceResult_Float.__ref_storage_a
protected

◆ __ref_storage_b

unsafe MR.Vector3f* MR.Const_TriTriDistanceResult_Float.__ref_storage_b
protected

◆ __ref_storage_distSq

unsafe float* MR.Const_TriTriDistanceResult_Float.__ref_storage_distSq
protected

◆ __ref_storage_overlap

unsafe bool* MR.Const_TriTriDistanceResult_Float.__ref_storage_overlap
protected

Property Documentation

◆ a

unsafe ref readonly MR.Vector3f MR.Const_TriTriDistanceResult_Float.a
get

If the triangles are disjoint, these points are the closest points of the corresponding triangles. However, if the triangles overlap, these are basically a random pair of points from the triangles, not coincident points on the intersection of the triangles, as might be expected.

◆ b

unsafe ref readonly MR.Vector3f MR.Const_TriTriDistanceResult_Float.b
get

If the triangles are disjoint, these points are the closest points of the corresponding triangles. However, if the triangles overlap, these are basically a random pair of points from the triangles, not coincident points on the intersection of the triangles, as might be expected.

◆ distSq

unsafe float MR.Const_TriTriDistanceResult_Float.distSq
get

If the triangles are disjoint, it is the squared distance them (equal to the squared distance between a and b points). If the triangles overlap, it is zero.

◆ overlap

unsafe bool MR.Const_TriTriDistanceResult_Float.overlap
get

overlap==true means that the triangles are intersecting and not just touch one another => distSq == 0 if distSq == 0 and overlap == false, then the triangles just touch one another


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