Type Definition nalgebra::geometry::Transform2 [−][src]
type Transform2<N> = Transform<N, U2, TGeneral>;
A 2D general transformation that may not be invertible. Stored as an homogeneous 3x3 matrix.
type Transform2<N> = Transform<N, U2, TGeneral>;
A 2D general transformation that may not be invertible. Stored as an homogeneous 3x3 matrix.