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

type Affine3<N> = Transform<N, U3, TAffine>;

A 3D affine transformation. Stored as a homogeneous 4x4 matrix.