PointF32

Type Alias PointF32 

Source
pub type PointF32 = Point2<f32>;
Expand description

2D Point with f32 component

Aliased Type§

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

Fields§

§x: f32§y: f32