Type Definition euclid::matrix4d::Matrix4D [] [src]

type Matrix4D<T> = TypedMatrix4D<T, UnknownUnit, UnknownUnit>;

The default 4d matrix type with no units.