Type Alias Matrix3F32

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

Type alias for mat3 of f32

Aliased Type§

#[repr(C)]
pub struct Matrix3F32(pub [f32; 3], pub [f32; 3], pub [f32; 3]);

Tuple Fields§

§0: [f32; 3]§1: [f32; 3]§2: [f32; 3]