Type Definition vecmat::matrix::Matrix3x2

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