Type Definition sierra::mat2x2

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