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

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

Inheritance diagram for MR.Const_MeshProjectionParameters:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_MeshProjectionParameters ()
 Constructs an empty (default-constructed) instance.
unsafe Const_MeshProjectionParameters (float loDistLimitSq, float upDistLimitSq, MR.AffineXf3f? refXf, MR.AffineXf3f? xf)
 Constructs MR.MeshProjectionParameters elementwise.
unsafe Const_MeshProjectionParameters (MR.Const_MeshProjectionParameters _other)
 Generated from constructor MR.MeshProjectionParameters.MeshProjectionParameters.
 Const_MeshProjectionParameters (MeshProjectionParameters _other)
 Generated from constructor MR.MeshProjectionParameters.MeshProjectionParameters.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_loDistLimitSq
unsafe float * __ref_storage_upDistLimitSq
unsafe MR.ConstBox_AffineXf3f._Underlying ** __ptr_storage_refXf
unsafe MR.ConstBox_AffineXf3f._Underlying ** __ptr_storage_xf

Properties

unsafe float loDistLimitSq [get]
 minimum squared distance from a test point to mesh to be computed precisely, if a mesh point is found within this distance then it is immediately returned without searching for a closer one
unsafe float upDistLimitSq [get]
 maximum squared distance from a test point to mesh to be computed precisely, if actual distance is larger than upDistLimit will be returned with not-trusted sign
unsafe MR.? ConstBox_AffineXf3f refXf [get]
 optional reference mesh to world transformation
unsafe MR.? ConstBox_AffineXf3f xf [get]
 optional test points to world transformation

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_MeshProjectionParameters() [1/4]

unsafe MR.Const_MeshProjectionParameters.Const_MeshProjectionParameters ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_MeshProjectionParameters() [2/4]

unsafe MR.Const_MeshProjectionParameters.Const_MeshProjectionParameters ( float loDistLimitSq,
float upDistLimitSq,
MR.AffineXf3f? refXf,
MR.AffineXf3f? xf )
inline

Constructs MR.MeshProjectionParameters elementwise.

◆ Const_MeshProjectionParameters() [3/4]

unsafe MR.Const_MeshProjectionParameters.Const_MeshProjectionParameters ( MR.Const_MeshProjectionParameters _other)
inline

◆ Const_MeshProjectionParameters() [4/4]

MR.Const_MeshProjectionParameters.Const_MeshProjectionParameters ( MeshProjectionParameters _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_MeshProjectionParameters.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ptr_storage_refXf

unsafe MR.ConstBox_AffineXf3f._Underlying** MR.Const_MeshProjectionParameters.__ptr_storage_refXf
protected

◆ __ptr_storage_xf

unsafe MR.ConstBox_AffineXf3f._Underlying** MR.Const_MeshProjectionParameters.__ptr_storage_xf
protected

◆ __ref_storage_loDistLimitSq

unsafe float* MR.Const_MeshProjectionParameters.__ref_storage_loDistLimitSq
protected

◆ __ref_storage_upDistLimitSq

unsafe float* MR.Const_MeshProjectionParameters.__ref_storage_upDistLimitSq
protected

Property Documentation

◆ loDistLimitSq

unsafe float MR.Const_MeshProjectionParameters.loDistLimitSq
get

minimum squared distance from a test point to mesh to be computed precisely, if a mesh point is found within this distance then it is immediately returned without searching for a closer one

◆ refXf

unsafe MR.? ConstBox_AffineXf3f MR.Const_MeshProjectionParameters.refXf
get

optional reference mesh to world transformation

◆ upDistLimitSq

unsafe float MR.Const_MeshProjectionParameters.upDistLimitSq
get

maximum squared distance from a test point to mesh to be computed precisely, if actual distance is larger than upDistLimit will be returned with not-trusted sign

◆ xf

unsafe MR.? ConstBox_AffineXf3f MR.Const_MeshProjectionParameters.xf
get

optional test points to world transformation


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