Skip to main content

Point2f

Type Alias Point2f 

Source
pub type Point2f = Point_<f32>;

Aliased Type§

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

Fields§

§x: f32§y: f32