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

type Affine2<N> = Affine<N, U2>;

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