ImPlot3DQuat

Type Alias ImPlot3DQuat 

Source
pub type ImPlot3DQuat = ImPlot3DQuat_c;

Aliased Type§

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

Fields§

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