Method b3CollideSpheres
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3CollideSpheres(b3LocalManifold*, int, b3Sphere*, b3Sphere*, b3Transform)
Collide two spheres.
public static extern void b3CollideSpheres(b3LocalManifold* manifold, int capacity, b3Sphere* sphereA, b3Sphere* sphereB, b3Transform transformBtoA)Parameters
manifoldb3LocalManifold*-
See the Box3D documentation.
capacityint-
See the Box3D documentation.
sphereAb3Sphere*-
See the Box3D documentation.
sphereBb3Sphere*-
See the Box3D documentation.
transformBtoAb3Transform-
See the Box3D documentation.