Mat3f

Type Alias Mat3f 

Source
pub type Mat3f = Matrix3<f32>;
Expand description

3x3 single-precision matrix.

Aliased Type§

#[repr(C)]
pub struct Mat3f { pub col: [Vector3<f32>; 3], }

Fields§

§col: [Vector3<f32>; 3]

Column vectors of the matrix