Skip to main content

Mat3

Type Alias Mat3 

Source
pub type Mat3 = Mat<3, 3>;
Expand description

3x3 matrix of float

Aliased Type§

#[repr(C)]
pub struct Mat3 { pub columns: Vector<Vector<f32, 3>, 3>, }

Fields§

§columns: Vector<Vector<f32, 3>, 3>