pub type RelPoint = Point2D<f32, Relative>;
A 2D point in relative coordinates
#[repr(C)]pub struct RelPoint { pub x: f32, pub y: f32, }
x: f32
y: f32