Skip to main content

dAABBTestFn

Type Alias dAABBTestFn 

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

Aliased Type§

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