MeshLib C# Docs
Loading...
Searching...
No Matches
MR.MeshProjectionParameters Class Reference

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

Inheritance diagram for MR.MeshProjectionParameters:

Public Member Functions

unsafe MeshProjectionParameters ()
 Constructs an empty (default-constructed) instance.
unsafe MeshProjectionParameters (float loDistLimitSq, float upDistLimitSq, MR.AffineXf3f? refXf, MR.AffineXf3f? xf)
 Constructs MR.MeshProjectionParameters elementwise.
unsafe MeshProjectionParameters (MR.Const_MeshProjectionParameters _other)
 Generated from constructor MR.MeshProjectionParameters.MeshProjectionParameters.
 MeshProjectionParameters (MeshProjectionParameters _other)
 Generated from constructor MR.MeshProjectionParameters.MeshProjectionParameters.
unsafe MR.MeshProjectionParameters assign (MR.Const_MeshProjectionParameters _other)
 Generated from method MR::MeshProjectionParameters::operator=.
Public Member Functions inherited from MR.Const_MeshProjectionParameters
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.

Properties

new unsafe ref 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
new unsafe ref 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
new unsafe MR.? ConstBox_AffineXf3f refXf [get, set]
 optional reference mesh to world transformation
new unsafe MR.? ConstBox_AffineXf3f xf [get, set]
 optional test points to world transformation
Properties inherited from MR.Const_MeshProjectionParameters
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

Additional Inherited Members

Protected Member Functions inherited from MR.Const_MeshProjectionParameters
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_MeshProjectionParameters
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

Detailed Description

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

Constructor & Destructor Documentation

◆ MeshProjectionParameters() [1/4]

unsafe MR.MeshProjectionParameters.MeshProjectionParameters ( )
inline

Constructs an empty (default-constructed) instance.

◆ MeshProjectionParameters() [2/4]

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

Constructs MR.MeshProjectionParameters elementwise.

◆ MeshProjectionParameters() [3/4]

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

◆ MeshProjectionParameters() [4/4]

MR.MeshProjectionParameters.MeshProjectionParameters ( MeshProjectionParameters _other)
inline

Member Function Documentation

◆ assign()

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

Generated from method MR::MeshProjectionParameters::operator=.

Property Documentation

◆ loDistLimitSq

new unsafe ref float MR.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

new unsafe MR.? ConstBox_AffineXf3f MR.MeshProjectionParameters.refXf
getset

optional reference mesh to world transformation

◆ upDistLimitSq

new unsafe ref float MR.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

new unsafe MR.? ConstBox_AffineXf3f MR.MeshProjectionParameters.xf
getset

optional test points to world transformation


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