Go to the source code of this file.
Classes | |
| struct | MR::MarkedContour3f |
| struct | MR::SplineSettings |
Namespaces | |
| namespace | MR |
Functions | |
| bool | MR::isClosed (const Contour3f &c) |
| MarkedContour3f | MR::markedContour (Contour3f in) |
| MarkedContour3f | MR::markedFirstLast (Contour3f in) |
| MRMESH_API MarkedContour3f | MR::resample (const MarkedContour3f &in, float minStep, Contour3f *normals=nullptr) |
| MRMESH_API MarkedContour3f | MR::makeSpline (MarkedContour3f in, float markStability=1, const Contour3f *normals=nullptr) |
| MRMESH_API MarkedContour3f | MR::makeSpline (MarkedContour3f in, const Contour3f &normals, float markStability=1) |
| MRMESH_API MarkedContour3f | MR::makeSpline (const Contour3f &controlPoints, const SplineSettings &settings) |