Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, PointsProjector arg0) |
None | findProjections (self, std_vector_PointsProjectionResult results, std_vector_Vector3_float points, FindProjectionOnPointsSettings settings) |
None | setPointCloud (self, PointCloud pointCloud) |
Generated from: MR::PointsProjector default implementation of IPointsProjector
None mrmeshpy.PointsProjector.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.PointsProjector.__init__ | ( | self, | |
PointsProjector | arg0 ) |
Implicit copy constructor.
None mrmeshpy.PointsProjector.findProjections | ( | self, | |
std_vector_PointsProjectionResult | results, | ||
std_vector_Vector3_float | points, | ||
FindProjectionOnPointsSettings | settings ) |
computes the closest points on point cloud to given points
Reimplemented from mrmeshpy.IPointsProjector.
None mrmeshpy.PointsProjector.setPointCloud | ( | self, | |
PointCloud | pointCloud ) |
sets the reference point cloud
Reimplemented from mrmeshpy.IPointsProjector.