Mat2F

Type Alias Mat2F 

Source
pub type Mat2F = Mat2<f32>;

Aliased Type§

#[repr(C)]
pub struct Mat2F { pub x_axis: Vec2<f32>, pub y_axis: Vec2<f32>, }

Fields§

§x_axis: Vec2<f32>§y_axis: Vec2<f32>