Table of Contents

Method b3CollideTriangleAndCapsule

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

b3CollideTriangleAndCapsule(b3LocalManifold*, int, Vector3*, b3Capsule*, b3SimplexCache*)

Collide a triangle and capsule. Normal points from triangle to capsule.

public static extern void b3CollideTriangleAndCapsule(b3LocalManifold* manifold, int capacity, Vector3* triangleA, b3Capsule* capsuleB, b3SimplexCache* cache)

Parameters

manifold b3LocalManifold*

See the Box3D documentation.

capacity int

See the Box3D documentation.

triangleA Vector3*

See the Box3D documentation.

capsuleB b3Capsule*

See the Box3D documentation.

cache b3SimplexCache*

See the Box3D documentation.