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