default implementation of IPointsProjector More...
#include <MRPointsProject.h>
Public Member Functions | |
MRMESH_API Expected< void > | setPointCloud (const PointCloud &pointCloud) override |
sets the reference point cloud | |
MRMESH_API Expected< void > | findProjections (std::vector< PointsProjectionResult > &results, const std::vector< Vector3f > &points, const FindProjectionOnPointsSettings &settings) const override |
computes the closest points on point cloud to given points | |
![]() | |
virtual | ~IPointsProjector ()=default |
default implementation of IPointsProjector
|
overridevirtual |
computes the closest points on point cloud to given points
Implements MR::IPointsProjector.
|
overridevirtual |
sets the reference point cloud
Implements MR::IPointsProjector.