#include <MRMesh/MRCylinderApproximator.h>
Public Member Functions | |
| Cylinder3Approximation () | |
| void | reset () |
| T | solveGeneral (const std::vector< MR::Vector3< T > > &points, Cylinder3< T > &cylinder, size_t theta=180, size_t phi=90, bool isMultithread=true) |
| T | solveSpecificAxis (const std::vector< MR::Vector3< T > > &points, Cylinder3< T > &cylinder, MR::Vector3< T > const &cylinderAxis) |