Function dGeomSetConvex

Source
pub unsafe extern "C" fn dGeomSetConvex(
    g: dGeomID,
    _planes: *const f64,
    _count: c_uint,
    _points: *const f64,
    _pointcount: c_uint,
    _polygons: *const c_uint,
)