Skip to main content

FS_POINTF

Type Alias FS_POINTF 

Source
pub type FS_POINTF = FS_POINTF_;
Expand description

2D Point. Coordinate system agnostic.

Aliased Type§

#[repr(C)]
pub struct FS_POINTF { pub x: f32, pub y: f32, }

Fields§

§x: f32§y: f32