#include "MRMeshFwd.h"
Go to the source code of this file.
Classes | |
struct | MR::DividePolylineParameters |
Namespaces | |
namespace | MR |
Functions | |
MRMESH_API EdgeBitSet | MR::subdividePolylineWithPlane (Polyline3 &polyline, const Plane3f &plane, std::function< void(EdgeId, EdgeId, float)> onEdgeSplitCallback=nullptr) |
MRMESH_API void | MR::dividePolylineWithPlane (Polyline3 &polyline, const Plane3f &plane, const DividePolylineParameters ¶ms={}) |
MRMESH_API std::vector< EdgeSegment > | MR::extractSectionsFromPolyline (const Polyline3 &polyline, const Plane3f &plane, float eps) |