Go to the source code of this file.
Classes | |
class | MR::IPointsToMeshProjector |
Abstract class, computes the closest point on mesh to each of given points. Pure virtual functions must be implemented. More... | |
struct | MR::MeshProjectionParameters |
class | MR::PointsToMeshProjector |
Computes the closest point on mesh to each of given points on CPU. More... | |
Namespaces | |
namespace | MR |
Functions | |
MRMESH_API VertScalars | MR::findSignedDistances (const Mesh &refMesh, const VertCoords &testPoints, const VertBitSet *validTestPoints={}, const MeshProjectionParameters ¶ms={}, IPointsToMeshProjector *projector={}) |
if projector is not given then CPU's computations will be used | |
MRMESH_API VertScalars | MR::findSignedDistances (const Mesh &refMesh, const Mesh &mesh, const MeshProjectionParameters ¶ms={}, IPointsToMeshProjector *projector={}) |
if projector is not given then CPU's computations will be used | |