Expand description
Transform related things
Modules§
- group
- Types of transforms based on group theory. Transformation group element types.
Structs§
- Diag
- The diagonal group (R*)³: axis-aligned non-uniform scaling.
- NotSimilarity
- Error returned when an affine transform is not a similarity transform (its linear part has non-uniform scale, shear, or reflection).
- Rigid
- The rigid (Euclidean) group SE(3): rotation + translation.
- Similarity
- The similarity group Sim(3): uniform scale + rotation + translation.
- Translation
- The translation group T(3): pure displacements.
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.
- Transform
Group - A transformation representation closed under identity and composition.
- Uniform
Scale Transform - Uniform-scaling operations: the similarity-group action.