Noether
0.0.0
|
Implementations of the OriginGenerator interface. More...
Implementations of the OriginGenerator interface.
Classes | |
struct | noether::AABBCenterOriginGenerator |
Returns the center of the axis-aligned bounding box (AABB) as the origin. More... | |
struct | noether::CentroidOriginGenerator |
Returns the centroid of the mesh vertices as the origin. More... | |
class | noether::FixedOriginGenerator |
Returns a fixed point as the origin. More... | |
class | noether::OffsetOriginGenerator |
Returns the origin as the origin of another specified origin generator plus a fixed offset. More... | |
struct | noether::OriginGenerator |
Interface for setting the start point from which to generate toolpaths. More... | |