pub type Vec2d = Vector2<f64>;
2D double-precision float vector.
#[repr(C)]pub struct Vec2d { pub x: f64, pub y: f64, }
x: f64
y: f64