#include "MRMeshFwd.h"#include "MRMeshTriPoint.h"#include "MRPch/MRBindingMacros.h"#include <cfloat>Go to the source code of this file.
Classes | |
| struct | MR::PointAndDistance |
| struct | MR::MeshPointAndDistance |
| struct | MR::DistanceFromWeightedPointsParams |
| struct | MR::DistanceFromWeightedPointsComputeParams |
Namespaces | |
| namespace | MR |
Functions | |
| MRMESH_API PointAndDistance | MR::findClosestWeightedPoint (const Vector3f &loc, const AABBTreePoints &tree, const DistanceFromWeightedPointsComputeParams ¶ms) |
| MRMESH_API MeshPointAndDistance | MR::findClosestWeightedMeshPoint (const Vector3f &loc, const Mesh &mesh, const DistanceFromWeightedPointsComputeParams ¶ms) |