Type Definition sierra::mat3x2

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