Type Alias ode_base::ode::dTriRayCallback

source ·
pub type dTriRayCallback = Option<unsafe extern "C" fn(TriMesh: dGeomID, Ray: dGeomID, TriangleIndex: c_int, u: dReal, v: dReal) -> c_int>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.