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
AandBfind suchA'andB'that satisfiesA(B(x)) = B'(A'(x))for anyx. - Transform
- General tansformation trait.