Point2

Type Alias Point2 

Source
pub type Point2 = Point2<f32>;

Aliased Type§

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

Fields§

§x: f32§y: f32