Type Alias XPointDouble

Source
pub type XPointDouble = _XPointDouble;

Aliased Type§

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

Fields§

§x: f64§y: f64