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=.
 

Properties

new unsafe ref float loDistLimitSq [get]
 
new unsafe ref float upDistLimitSq [get]
 
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
 

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

Generated from constructor MR.MeshProjectionParameters.MeshProjectionParameters.

◆ MeshProjectionParameters() [4/4]

MR.MeshProjectionParameters.MeshProjectionParameters ( MeshProjectionParameters _other)
inline

Generated from constructor MR.MeshProjectionParameters.MeshProjectionParameters.

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: