RelativePoint

Type Alias RelativePoint 

Source
pub type RelativePoint = Point2D<f64, RelativeSpace>;
Expand description

Relative point.

Aliased Type§

pub struct RelativePoint {
    pub x: f64,
    pub y: f64,
}

Fields§

§x: f64§y: f64