#include "MRMeshFwd.h"
#include "MRBitSet.h"
#include "MRId.h"
Go to the source code of this file.
|
MRMESH_API void | MR::findPointsInBall (const PointCloud &pointCloud, const Vector3f ¢er, float radius, const FoundPointCallback &foundCallback, const AffineXf3f *xf=nullptr) |
|
MRMESH_API void | MR::findPointsInBall (const Mesh &mesh, const Vector3f ¢er, float radius, const FoundPointCallback &foundCallback, const AffineXf3f *xf=nullptr) |
|
MRMESH_API void | MR::findPointsInBall (const AABBTreePoints &tree, const Vector3f ¢er, float radius, const FoundPointCallback &foundCallback, const AffineXf3f *xf=nullptr) |
|