Abstract class, computes the closest point on mesh to each of given points. Pure virtual functions must be implemented Generated from class MR.IPointsToMeshProjector. Derived classes: Direct: (non-virtual) MR.Cuda.PointsToMeshProjector MR.PointsToMeshProjector This is the non-const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
Abstract class, computes the closest point on mesh to each of given points. Pure virtual functions must be implemented Generated from class MR.IPointsToMeshProjector. Derived classes: Direct: (non-virtual) MR.Cuda.PointsToMeshProjector MR.PointsToMeshProjector This is the non-const half of the class.
◆ findProjections()
| unsafe void MR.IPointsToMeshProjector.findProjections |
( |
MR.Std.Vector_MRMeshProjectionResult | result, |
|
|
MR.Std.Const_Vector_MRVector3f | points, |
|
|
MR.AffineXf3f? | worldXf = null, |
|
|
MR.AffineXf3f? | worldRefXf = null, |
|
|
float? | upDistLimitSq = null, |
|
|
float? | loDistLimitSq = null ) |
|
inline |
Computes the closest point on mesh to each of given points Generated from method MR.IPointsToMeshProjector.findProjections. Parameter upDistLimitSq defaults to 3.40282347e38f. Parameter loDistLimitSq defaults to 0.0f.
◆ updateMeshData()
| unsafe void MR.IPointsToMeshProjector.updateMeshData |
( |
MR.Const_Mesh? | mesh | ) |
|
|
inline |
The documentation for this class was generated from the following file: