Computes the closest point on mesh to each of given points on CPU Generated from class MR.PointsToMeshProjector. Base classes: Direct: (non-virtual) MR.IPointsToMeshProjector This is the non-const half of the class.
More...
Computes the closest point on mesh to each of given points on CPU Generated from class MR.PointsToMeshProjector. Base classes: Direct: (non-virtual) MR.IPointsToMeshProjector This is the non-const half of the class.
◆ PointsToMeshProjector() [1/4]
| unsafe MR.PointsToMeshProjector.PointsToMeshProjector |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ PointsToMeshProjector() [2/4]
| unsafe MR.PointsToMeshProjector.PointsToMeshProjector |
( |
MR._ByValue_PointsToMeshProjector | _other | ) |
|
|
inline |
Generated from constructor MR.PointsToMeshProjector.PointsToMeshProjector.
◆ PointsToMeshProjector() [3/4]
| MR.PointsToMeshProjector.PointsToMeshProjector |
( |
Const_PointsToMeshProjector | _other | ) |
|
|
inline |
Generated from constructor MR.PointsToMeshProjector.PointsToMeshProjector.
◆ PointsToMeshProjector() [4/4]
Generated from constructor MR.PointsToMeshProjector.PointsToMeshProjector.
◆ assign()
Generated from method MR.PointsToMeshProjector.operator=.
◆ findProjections()
| unsafe void MR.PointsToMeshProjector.findProjections |
( |
MR.Std.Vector_MRMeshProjectionResult | result, |
|
|
MR.Std.Const_Vector_MRVector3f | points, |
|
|
MR.AffineXf3f? | objXf, |
|
|
MR.AffineXf3f? | refObjXf, |
|
|
float | upDistLimitSq, |
|
|
float | loDistLimitSq ) |
|
inline |
Computes the closest point on mesh to each of given points.
- Parameters
-
| result | vector pf projections |
| points | vector of points to project |
| objXf | transform applied to points |
| refObjXf | transform applied to referencing mesh |
| upDistLimitSq | maximal squared distance from point to mesh |
| loDistLimitSq | minimal squared distance from point to mesh |
Generated from method MR.PointsToMeshProjector.findProjections.
◆ operator MR.IPointsToMeshProjector()
◆ operator PointsToMeshProjector?()
◆ updateMeshData()
| unsafe void MR.PointsToMeshProjector.updateMeshData |
( |
MR.Const_Mesh? | mesh | ) |
|
|
inline |
The documentation for this class was generated from the following file: