Mat2f

Type Alias Mat2f 

Source
pub type Mat2f = Matrix2<f32>;
Expand description

2x2 single-precision matrix.

Aliased Type§

#[repr(C)]
pub struct Mat2f { pub col: [Vector2<f32>; 2], }

Fields§

§col: [Vector2<f32>; 2]

Column vectors of the matrix