[][src]Type Definition nalgebra::geometry::Transform3

type Transform3<N> = Transform<N, U3, TGeneral>;

A 3D general transformation that may not be inversible. Stored as an homogeneous 4x4 matrix.