[][src]Type Definition newton_sys::NewtonTreeCollisionCallback

type NewtonTreeCollisionCallback = Option<unsafe extern "C" fn(bodyWithTreeCollision: *const NewtonBody, body: *const NewtonBody, faceID: c_int, vertexCount: c_int, vertex: *const f32, vertexStrideInBytes: c_int)>;