MatrixPrecise2

Type Alias MatrixPrecise2 

Source
pub type MatrixPrecise2 = MatrixPrecise<2, 2>;

Aliased Type§

pub struct MatrixPrecise2 {
    pub data: [[r32; 2]; 2],
}

Fields§

§data: [[r32; 2]; 2]

2D Array of r32 data.