Type Definition rin::math::Transform3 [−][src]
type Transform3<N> = Transform<N, U3, TGeneral>;
A 3D general transformation that may not be inversible. Stored as a homogeneous 4x4 matrix.
type Transform3<N> = Transform<N, U3, TGeneral>;
A 3D general transformation that may not be inversible. Stored as a homogeneous 4x4 matrix.