pub type Translation3<T> = Translation<T, 3_usize>;
Expand description

A 3-dimensional translation.