pub type Affine2<T> = Transform<T, TAffine, 2>;
A 2D affine transformation. Stored as a homogeneous 3x3 matrix.
struct Affine2<T> { /* private fields */ }