MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.IPointsProjector Class Reference
+ Inheritance diagram for mrmeshpy.IPointsProjector:

Public Member Functions

None findProjections (self, std_vector_PointsProjectionResult results, std_vector_Vector3_float points, FindProjectionOnPointsSettings settings)
 
None setPointCloud (self, PointCloud pointCloud)
 

Detailed Description

Generated from:  MR::IPointsProjector

abstract class for computing the closest points of point clouds

Member Function Documentation

◆ findProjections()

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.

◆ setPointCloud()

None mrmeshpy.IPointsProjector.setPointCloud ( self,
PointCloud pointCloud )
sets the reference point cloud

Reimplemented in mrmeshpy.PointsProjector.


The documentation for this class was generated from the following file: