Type Definition nalgebra::geometry::Affine2[][src]

pub type Affine2<N> = Transform<N, U2, TAffine>;
Expand description

A 2D affine transformation. Stored as a homogeneous 3x3 matrix.