#include "MRMeshFwd.h"#include "MRVector3.h"#include "MRBox.h"#include "MRVector.h"#include "MRMeshEigen.h"Go to the source code of this file.
Classes | |
| class | MR::FreeFormDeformer |
| Class for deforming mesh using Bernstein interpolation. | |
| class | MR::FreeFormBestFit |
Namespaces | |
| namespace | MR |
Functions | |
| MRMESH_API std::vector< Vector3f > | MR::makeFreeFormOriginGrid (const Box3f &box, const Vector3i &resolution) |
| Returns positions of grid points in given box with given resolution. | |
| MRMESH_API std::vector< Vector3f > | MR::findBestFreeformDeformation (const Box3f &box, const std::vector< Vector3f > &source, const std::vector< Vector3f > &target, const Vector3i &resolution=Vector3i::diagonal(2), const AffineXf3f *samplesToBox=nullptr) |