Type Definition beagle::mat::Mat4x4 [] [src]

type Mat4x4<T> = Mat<Four, Four, T>;

An alias for Mat<Four, Four, T>