ImPlot3DPoint

Type Alias ImPlot3DPoint 

Source
pub type ImPlot3DPoint = ImPlot3DPoint_c;

Aliased Type§

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

Fields§

§x: f64§y: f64§z: f64