Skip to main content

Mat3i

Type Alias Mat3i 

Source
pub type Mat3i = Matrix<i32, 3, 3>;
Expand description

3x3 matrix of integer

Aliased Type§

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

Fields§

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