Skip to main content

Mat4i

Type Alias Mat4i 

Source
pub type Mat4i = Matrix<i32, 4, 4>;
Expand description

4x4 matrix of integer

Aliased Type§

#[repr(C)]
pub struct Mat4i { pub columns: Vector<Vector<i32, 4>, 4>, }

Fields§

§columns: Vector<Vector<i32, 4>, 4>