Ppoint_t

Type Alias Ppoint_t 

Source
pub type Ppoint_t = pointf_s;

Aliased Type§

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

Fields§

§x: f64§y: f64