RelativePoint

Type Alias RelativePoint 

Source
pub type RelativePoint = Point2D<f64, RelativeSpace>;
Available on crate feature winio only.
Expand description

Relative point.

Aliased Type§

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

Fields§

§x: f64§y: f64