ImPlotPoint

Type Alias ImPlotPoint 

Source
pub type ImPlotPoint = ImPlotPoint_c;

Aliased Type§

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

Fields§

§x: f64§y: f64