pub unsafe extern "C" fn b3CollideTriangleAndSphere(
manifold: *mut b3LocalManifold,
capacity: c_int,
triangleA: *const b3Vec3,
sphereB: *const b3Sphere,
)Expand description
Collide a triangle and sphere. Normal points from triangle to sphere.