dColliderFn

Type Alias 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§

pub 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.