Module transform

Module transform 

Source

Re-exports§

pub use crate::complex::Moebius;

Structs§

Chain
Transformation obtained by combining two other ones.
Linear
Linear transformation.
Rotation2
Two-dimensional rotation.
Rotation3
Three-dimensional rotation.
Scale
Scale transformation.
Shift
Shift transformation.

Traits§

Directional
Reorder
Transformations that can be reordered, e.g. for some A and B find such A' and B' that satisfies A(B(x)) = B'(A'(x)) for any x.
Transform
General tansformation trait.

Type Aliases§

Affine
Affine transformation.
Affine2
Affine3
Affine4
Linear2
Linear3
Linear4
Shift2
Shift3
Shift4