Expand description
Transform related things
Re-exports§
pub use group::Diag;pub use group::NotSimilarity;pub use group::Rigid;pub use group::Similarity;pub use group::TransformGroup;pub use group::Translation;
Modules§
- group
- Types of transforms based on group theory. Transformation group element types.
- rotate 🔒
- scale 🔒
- shift 🔒
Enums§
- Scale
Hint - A hint for scaling the mobject.
Traits§
- Apply
Transform - A group action of
GonSelf: baking a transform into the item’s data. - Rotate
Transform - Rotating operations.
- Scale
Transform - Scaling operations: the axis-aligned (diagonal group) scaling action.
- Scale
Transform Ext - Useful extensions for scaling operations.
- Scale
Transform Stroke Ext - A trait for scaling operations with stroke width.
- Shift
Transform - Shifting operations.
- Shift
Transform Ext - Useful extensions for shifting operations.
- Uniform
Scale Transform - Uniform-scaling operations: the similarity-group action.