Mat4x4

Type Alias Mat4x4 

Source
pub type Mat4x4 = TMat4x4<f32>;
Expand description

A 4x4 f32 matrix

Aliased Typeยง

#[repr(C, align(16))]
pub struct Mat4x4 { /* private fields */ }