|
Noether
0.0.0
|
Implementations of the noether::DirectionGenerator interface. More...
Given a mesh, this interface defines a 3D direction vector with which raster lines should be parallel.
Classes | |
| class | noether::FixedDirectionGenerator |
| Generates the raster direction based on a fixed input. More... | |
| class | noether::PCARotatedDirectionGenerator |
| Rotates a direction vector provided by another direction generator about the smallest principal axis of the input mesh. More... | |
| class | noether::PrincipalAxisDirectionGenerator |
| Generates the raster direction along the largest principal axis of the input mesh. More... | |
| struct | noether::DirectionGenerator |
| Interface for generating the direction of raster paths. More... | |