Function gaiaZRangeGeometry

Source
pub unsafe extern "C" fn gaiaZRangeGeometry(
    geom: gaiaGeomCollPtr,
    min: *mut f64,
    max: *mut f64,
)
Expand description

Computes the Z-Range for a Geometry object

\param geom pointer to the Geometry object \param min on completion this variable will contain the min Z value found \param max on completion this variable will contain the max Z value found

\note if the Geometry has XY or XYM dims, the Z-Range is meaningless