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

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

Inheritance diagram for MR.Const_MeshProjectionResult:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_MeshProjectionResult ()
 Constructs an empty (default-constructed) instance.
unsafe Const_MeshProjectionResult (MR.Const_PointOnFace proj, MR.Const_MeshTriPoint mtp, float distSq)
 Constructs MR.MeshProjectionResult elementwise.
unsafe Const_MeshProjectionResult (MR.Const_MeshProjectionResult _other)
 Generated from constructor MR.MeshProjectionResult.MeshProjectionResult.
 Const_MeshProjectionResult (MeshProjectionResult _other)
 Generated from constructor MR.MeshProjectionResult.MeshProjectionResult.
unsafe bool valid ()
 check for validity, otherwise the projection was not found Generated from method MR.MeshProjectionResult.valid.

Static Public Member Functions

static unsafe operator bool (MR.Const_MeshProjectionResult _this)
 Generated from conversion operator MR::MeshProjectionResult::operator bool.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_distSq

Properties

unsafe MR.Const_PointOnFace proj [get, protected set]
 the closest point on mesh, transformed by xf if it is given
unsafe MR.Const_MeshTriPoint mtp [get, protected set]
 its barycentric representation
unsafe float distSq [get]
 squared distance from original projected point to proj

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_MeshProjectionResult() [1/4]

unsafe MR.Const_MeshProjectionResult.Const_MeshProjectionResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_MeshProjectionResult() [2/4]

unsafe MR.Const_MeshProjectionResult.Const_MeshProjectionResult ( MR.Const_PointOnFace proj,
MR.Const_MeshTriPoint mtp,
float distSq )
inline

Constructs MR.MeshProjectionResult elementwise.

◆ Const_MeshProjectionResult() [3/4]

unsafe MR.Const_MeshProjectionResult.Const_MeshProjectionResult ( MR.Const_MeshProjectionResult _other)
inline

Generated from constructor MR.MeshProjectionResult.MeshProjectionResult.

◆ Const_MeshProjectionResult() [4/4]

MR.Const_MeshProjectionResult.Const_MeshProjectionResult ( MeshProjectionResult _other)
inline

Generated from constructor MR.MeshProjectionResult.MeshProjectionResult.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_MeshProjectionResult.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ operator bool()

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

Generated from conversion operator MR::MeshProjectionResult::operator bool.

◆ valid()

unsafe bool MR.Const_MeshProjectionResult.valid ( )
inline

check for validity, otherwise the projection was not found Generated from method MR.MeshProjectionResult.valid.

Member Data Documentation

◆ __ref_storage_distSq

unsafe float* MR.Const_MeshProjectionResult.__ref_storage_distSq
protected

Property Documentation

◆ distSq

unsafe float MR.Const_MeshProjectionResult.distSq
get

squared distance from original projected point to proj

◆ mtp

unsafe MR.Const_MeshTriPoint MR.Const_MeshProjectionResult.mtp
getprotected set

its barycentric representation

◆ proj

unsafe MR.Const_PointOnFace MR.Const_MeshProjectionResult.proj
getprotected set

the closest point on mesh, transformed by xf if it is given


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