Table of Contents

Method b3CollideHullAndSphere

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

b3CollideHullAndSphere(b3LocalManifold*, int, b3HullData*, b3Sphere*, b3Transform, b3SimplexCache*)

Collide a hull and a sphere.

public static extern void b3CollideHullAndSphere(b3LocalManifold* manifold, int capacity, b3HullData* hullA, b3Sphere* sphereB, b3Transform transformBtoA, b3SimplexCache* cache)

Parameters

manifold b3LocalManifold*

See the Box3D documentation.

capacity int

See the Box3D documentation.

hullA b3HullData*

See the Box3D documentation.

sphereB b3Sphere*

See the Box3D documentation.

transformBtoA b3Transform

See the Box3D documentation.

cache b3SimplexCache*

See the Box3D documentation.