Generated from class MR.MeshProjectionParameters. This is the const half of the class.
More...
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
| unsafe float | loDistLimitSq [get] |
| |
| unsafe float | upDistLimitSq [get] |
| |
|
unsafe MR.? ConstBox_AffineXf3f | refXf [get] |
| | optional reference mesh to world transformation
|
| |
|
unsafe MR.? ConstBox_AffineXf3f | xf [get] |
| | optional test points to world transformation
|
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
Generated from class MR.MeshProjectionParameters. This is the const half of the class.
◆ 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
◆ 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
The documentation for this class was generated from the following file:
- MRPointsToMeshProjector.cs