pub type Vect = Vec2;
The vector type.
#[repr(C)]pub struct Vect { pub x: f32, pub y: f32, }
x: f32
y: f32