Module affine_ops

Source
Expand description

Composable affine operations such as rotate, scale, skew, and translate

Structs§

AffineTransform
A general affine transformation matrix, and associated operations.

Traits§

AffineOps
Apply an AffineTransform like scale, skew, or rotate to a Geometry.