MeshLib
 
Loading...
Searching...
No Matches
MRFreeFormDeformer.h File Reference
#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  MR::FreeFormBestFit
 

Namespaces

namespace  MR
 

Functions

MRMESH_API std::vector< Vector3fMR::makeFreeFormOriginGrid (const Box3f &box, const Vector3i &resolution)
 Returns positions of grid points in given box with given resolution.
 
MRMESH_API std::vector< Vector3fMR::findBestFreeformDeformation (const Box3f &box, const std::vector< Vector3f > &source, const std::vector< Vector3f > &target, const Vector3i &resolution=Vector3i::diagonal(2), const AffineXf3f *samplesToBox=nullptr)