[][src]Type Definition newton_sys::NewtonOnCompoundSubCollisionAABBOverlap

type NewtonOnCompoundSubCollisionAABBOverlap = Option<unsafe extern "C" fn(material: *const NewtonMaterial, body0: *const NewtonBody, collisionNode0: *const c_void, body1: *const NewtonBody, collisionNode1: *const c_void, threadIndex: c_int) -> c_int>;