Type Alias ode_base::ode::dAABBTestFn

source ·
pub type dAABBTestFn = Option<unsafe extern "C" fn(o1: dGeomID, o2: dGeomID, aabb: *mut dReal) -> c_int>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.