Type Alias ode_base::ode::dColliderFn

source ·
pub type dColliderFn = Option<unsafe extern "C" fn(o1: dGeomID, o2: dGeomID, flags: c_int, contact: *mut dContactGeom, skip: c_int) -> c_int>;

Aliased Type§

enum dColliderFn {
    None,
    Some(unsafe extern "C" fn(_: *mut dxGeom, _: *mut dxGeom, _: i32, _: *mut dContactGeom, _: i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut dxGeom, _: *mut dxGeom, _: i32, _: *mut dContactGeom, _: i32) -> i32)

Some value of type T.