Type Definition nalgebra::geometry::Affine2

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

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