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

type Transform2<N> = Transform<N, U2, TGeneral>;

A 2D general transformation that may not be inversible. Stored as an homogeneous 3x3 matrix.