Generated from class MR.MeshProjectionParameters. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| 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
|
Generated from class MR.MeshProjectionParameters. This is the const half of the class.
◆ 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 |
◆ Const_MeshProjectionParameters() [3/4]
◆ Const_MeshProjectionParameters() [4/4]
◆ Dispose() [1/2]
| virtual void MR.Const_MeshProjectionParameters.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_MeshProjectionParameters.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __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 |
◆ 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
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
optional test points to world transformation
The documentation for this class was generated from the following file: