Type Alias Point2f

Source
pub type Point2f = Point_<f32>;

Aliased Type§

struct Point2f {
    pub x: f32,
    pub y: f32,
}

Fields§

§x: f32§y: f32