Skip to main content

Module transform

Module transform 

Source
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§

ScaleHint
A hint for scaling the mobject.

Traits§

ApplyTransform
A group action of G on Self: baking a transform into the item’s data.
RotateTransform
Rotating operations.
ScaleTransform
Scaling operations: the axis-aligned (diagonal group) scaling action.
ScaleTransformExt
Useful extensions for scaling operations.
ScaleTransformStrokeExt
A trait for scaling operations with stroke width.
ShiftTransform
Shifting operations.
ShiftTransformExt
Useful extensions for shifting operations.
UniformScaleTransform
Uniform-scaling operations: the similarity-group action.