Public Member Functions | |
None | findProjections (self, std_vector_PointsProjectionResult results, std_vector_Vector3_float points, FindProjectionOnPointsSettings settings) |
None | setPointCloud (self, PointCloud pointCloud) |
Generated from: MR::IPointsProjector abstract class for computing the closest points of point clouds
None mrmeshpy.IPointsProjector.findProjections | ( | self, | |
std_vector_PointsProjectionResult | results, | ||
std_vector_Vector3_float | points, | ||
FindProjectionOnPointsSettings | settings ) |
computes the closest points on point cloud to given points
Reimplemented in mrmeshpy.PointsProjector.
None mrmeshpy.IPointsProjector.setPointCloud | ( | self, | |
PointCloud | pointCloud ) |
sets the reference point cloud
Reimplemented in mrmeshpy.PointsProjector.