Type Alias RelativePoint

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

Relative point.

Aliased Type§

#[repr(C)]
pub struct RelativePoint { pub x: f64, pub y: f64, }

Fields§

§x: f64§y: f64