Type Definition rin::math::geometry::Affine2 [−][src]
type Affine2<N> = Transform<N, U2, TAffine>;
A 2D affine transformation. Stored as a homogeneous 3x3 matrix.
type Affine2<N> = Transform<N, U2, TAffine>;
A 2D affine transformation. Stored as a homogeneous 3x3 matrix.