Type Alias PointInfo

Source
pub type PointInfo = _PointInfo;

Aliased Type§

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

Fields§

§x: f64§y: f64