pub type FS_POINTF = FS_POINTF_;
2D Point. Coordinate system agnostic.
#[repr(C)]pub struct FS_POINTF { pub x: f32, pub y: f32, }
x: f32
y: f32