Type Definition vecmat::matrix::Matrix3x3

source · []
pub type Matrix3x3<T> = Matrix<T, 3, 3>;