Type Definition rin::math::geometry::Transform2[][src]

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

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