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

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

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