Skip to main content

Mat4x4

Type Alias Mat4x4 

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

A 4x4 f32 matrix

Aliased Typeยง

pub struct Mat4x4 { /* private fields */ }