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

type Affine2<N> = Transform<N, U2, TAffine>;

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