ImPlot3D_SetupAxesLimits

Function ImPlot3D_SetupAxesLimits 

Source
pub unsafe extern "C" fn ImPlot3D_SetupAxesLimits(
    x_min: f64,
    x_max: f64,
    y_min: f64,
    y_max: f64,
    z_min: f64,
    z_max: f64,
    cond: ImPlot3DCond,
)