[−][src]Type Definition newton_sys::NewtonOnContactGeneration
type NewtonOnContactGeneration = Option<unsafe extern "C" fn(material: *const NewtonMaterial, body0: *const NewtonBody, collision0: *const NewtonCollision, body1: *const NewtonBody, collision1: *const NewtonCollision, contactBuffer: *const NewtonUserContactPoint, maxCount: c_int, threadIndex: c_int) -> c_int>;