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...
Public Member Functions | |
| unsafe | PointsToMeshProjector () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | PointsToMeshProjector (MR._ByValue_PointsToMeshProjector _other) |
| Generated from constructor MR.PointsToMeshProjector.PointsToMeshProjector. | |
| PointsToMeshProjector (Const_PointsToMeshProjector _other) | |
| Generated from constructor MR.PointsToMeshProjector.PointsToMeshProjector. | |
| PointsToMeshProjector (PointsToMeshProjector _other) | |
| Generated from constructor MR.PointsToMeshProjector.PointsToMeshProjector. | |
| unsafe MR.PointsToMeshProjector | assign (MR._ByValue_PointsToMeshProjector _other) |
| Generated from method MR::PointsToMeshProjector::operator=. | |
| unsafe void | updateMeshData (MR.Const_Mesh? mesh) |
| update all data related to the referencing mesh Generated from method MR.PointsToMeshProjector.updateMeshData. | |
| unsafe void | findProjections (MR.Std.Vector_MRMeshProjectionResult result, MR.Std.Const_Vector_MRVector3f points, MR.AffineXf3f? objXf, MR.AffineXf3f? refObjXf, float upDistLimitSq, float loDistLimitSq) |
| Computes the closest point on mesh to each of given points. | |
| Public Member Functions inherited from MR.Const_PointsToMeshProjector | |
| virtual void | Dispose () |
| unsafe | Const_PointsToMeshProjector () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_PointsToMeshProjector (MR._ByValue_PointsToMeshProjector _other) |
| Generated from constructor MR.PointsToMeshProjector.PointsToMeshProjector. | |
| Const_PointsToMeshProjector (Const_PointsToMeshProjector _other) | |
| Generated from constructor MR.PointsToMeshProjector.PointsToMeshProjector. | |
| Const_PointsToMeshProjector (PointsToMeshProjector _other) | |
| Generated from constructor MR.PointsToMeshProjector.PointsToMeshProjector. | |
| unsafe ulong | projectionsHeapBytes (ulong numProjections) |
| Returns amount of additional memory needed to compute projections Generated from method MR.PointsToMeshProjector.projectionsHeapBytes. | |
Static Public Member Functions | |
| static unsafe implicit | operator MR.IPointsToMeshProjector (PointsToMeshProjector self) |
| static unsafe | operator PointsToMeshProjector? (MR.IPointsToMeshProjector parent) |
| Static Public Member Functions inherited from MR.Const_PointsToMeshProjector | |
| static unsafe implicit | operator MR.Const_IPointsToMeshProjector (Const_PointsToMeshProjector self) |
| static unsafe | operator Const_PointsToMeshProjector? (MR.Const_IPointsToMeshProjector parent) |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_PointsToMeshProjector | |
| virtual unsafe void | Dispose (bool disposing) |
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.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.PointsToMeshProjector.PointsToMeshProjector.
|
inline |
Generated from constructor MR.PointsToMeshProjector.PointsToMeshProjector.
|
inline |
Generated from constructor MR.PointsToMeshProjector.PointsToMeshProjector.
|
inline |
Generated from method MR::PointsToMeshProjector::operator=.
|
inline |
Computes the closest point on mesh to each of given points.
| 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.
|
inlinestatic |
|
inlineexplicitstatic |
|
inline |
update all data related to the referencing mesh Generated from method MR.PointsToMeshProjector.updateMeshData.