CrossMatrix

Type Alias CrossMatrix 

Source
pub type CrossMatrix = Vec2;
Expand description

A matrix that represent the cross product with a given vector.

Aliased Type§

#[repr(C)]
pub struct CrossMatrix { pub x: f32, pub y: f32, }

Fields§

§x: f32§y: f32