use base::dimension::{U2, U3}; use geometry::Translation; /// A 2-dimensional translation. pub type Translation2 = Translation; /// A 3-dimensional translation. pub type Translation3 = Translation;