pointf

Type Alias pointf 

Source
pub type pointf = pointf_s;

Aliased Type§

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

Fields§

§x: f64§y: f64