pub type Vector2 = Vec2;
A 2D vector type for use in any dimension context.
#[repr(C)]pub struct Vector2 { pub x: f32, pub y: f32, }
x: f32
y: f32
self