RelPoint

Type Alias RelPoint 

Source
pub type RelPoint = Point2D<f32, Relative>;
Expand description

A 2D point in relative coordinates

Aliased Type§

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

Fields§

§x: f32§y: f32