pub type PointF = Vec2;
A 2D floating-point position.
#[repr(C)]pub struct PointF { pub x: f32, pub y: f32, }
x: f32
y: f32