Computes the closest point on mesh to each of given points on GPU. It caches data that necessary for computing Generated from class MR.Cuda.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 GPU. It caches data that necessary for computing Generated from class MR.Cuda.PointsToMeshProjector. Base classes: Direct: (non-virtual) MR.IPointsToMeshProjector This is the non-const half of the class.
◆ PointsToMeshProjector() [1/4]
| unsafe MR.Cuda.PointsToMeshProjector.PointsToMeshProjector |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ PointsToMeshProjector() [2/4]
| unsafe MR.Cuda.PointsToMeshProjector.PointsToMeshProjector |
( |
MR.Cuda._ByValue_PointsToMeshProjector | _other | ) |
|
|
inline |
◆ PointsToMeshProjector() [3/4]
| MR.Cuda.PointsToMeshProjector.PointsToMeshProjector |
( |
Const_PointsToMeshProjector | _other | ) |
|
|
inline |
◆ PointsToMeshProjector() [4/4]
◆ assign()
Generated from method MR::Cuda::PointsToMeshProjector::operator=.
◆ findProjections()
| unsafe void MR.Cuda.PointsToMeshProjector.findProjections |
( |
MR.Std.Vector_MRMeshProjectionResult | res, |
|
|
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
-
| res | 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.Cuda.PointsToMeshProjector.findProjections.
◆ operator MR.IPointsToMeshProjector()
◆ operator PointsToMeshProjector?()
◆ updateMeshData()
| unsafe void MR.Cuda.PointsToMeshProjector.updateMeshData |
( |
MR.Const_Mesh? | mesh | ) |
|
|
inline |
The documentation for this class was generated from the following file: