pub type CrossMatrix = Vec2;
A matrix that represent the cross product with a given vector.
#[repr(C)]pub struct CrossMatrix { pub x: f32, pub y: f32, }
x: f32
y: f32