pub type MatrixPrecise2 = MatrixPrecise<2, 2>;
pub struct MatrixPrecise2 { pub data: [[r32; 2]; 2], }
data: [[r32; 2]; 2]
2D Array of r32 data.