Generated from class MR.MeshProjectionParameters. This is the non-const half of the class.
More...
Generated from class MR.MeshProjectionParameters. This is the non-const half of the class.
◆ 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 |
◆ MeshProjectionParameters() [3/4]
| unsafe MR.MeshProjectionParameters.MeshProjectionParameters |
( |
MR.Const_MeshProjectionParameters | _other | ) |
|
|
inline |
Generated from constructor MR.MeshProjectionParameters.MeshProjectionParameters.
◆ MeshProjectionParameters() [4/4]
Generated from constructor MR.MeshProjectionParameters.MeshProjectionParameters.
◆ assign()
Generated from method MR.MeshProjectionParameters.operator=.
◆ 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
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
optional test points to world transformation
The documentation for this class was generated from the following file: