Type Definition sierra::mat2x3

source ·
pub type mat2x3<T = f32> = mat<T, 2, 3>;