Type Definition vecmat::transform::Affine

source · []
pub type Affine<T, const N: usize> = Chain<Shift<T, N>, Linear<T, N>, Vector<T, N>>;
Expand description

Affine transformation.

Implementations

Linear component of the transformation.

Shift component of the transformation.