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