|
Noether
0.0.0
|
Implementations of the noether::OriginGenerator interface. More...
Given a mesh, this interface defines a 3D position through which the first raster line should pass.
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... | |