Skip to main content

GpuMat3

Type Alias GpuMat3 

Source
pub type GpuMat3 = Matrix<f32, 3, 3>;

Aliased Type§

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

Fields§

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