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