Table of Contents

Method b3CollideCapsuleAndSphere

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3CollideCapsuleAndSphere(b3LocalManifold*, int, b3Capsule*, b3Sphere*, b3Transform)

Collide a capsule and a sphere.

public static extern void b3CollideCapsuleAndSphere(b3LocalManifold* manifold, int capacity, b3Capsule* capsuleA, b3Sphere* sphereB, b3Transform transformBtoA)

Parameters

manifold b3LocalManifold*

See the Box3D documentation.

capacity int

See the Box3D documentation.

capsuleA b3Capsule*

See the Box3D documentation.

sphereB b3Sphere*

See the Box3D documentation.

transformBtoA b3Transform

See the Box3D documentation.