pub type RelativePoint = Point2D<f64, RelativeSpace>;
Relative point.
#[repr(C)]pub struct RelativePoint { pub x: f64, pub y: f64, }
x: f64
y: f64