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

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)
 

Detailed Description

Generated from:  MR::PointsProjector

default implementation of IPointsProjector

Constructor & Destructor Documentation

◆ __init__() [1/2]

None mrmeshpy.PointsProjector.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/2]

None mrmeshpy.PointsProjector.__init__ ( self,
PointsProjector arg0 )
Implicit copy constructor.

Member Function Documentation

◆ findProjections()

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.

◆ setPointCloud()

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

Reimplemented from mrmeshpy.IPointsProjector.


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