Mat4f

Type Alias Mat4f 

Source
pub type Mat4f = Matrix4<f32>;
Expand description

4x4 single-precision matrix.

Aliased Type§

#[repr(C)]
pub struct Mat4f { pub col: [Vector4<f32>; 4], }

Fields§

§col: [Vector4<f32>; 4]

Column vectors of the matrix