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
manifoldb3LocalManifold*-
See the Box3D documentation.
capacityint-
See the Box3D documentation.
triangleAVector3*-
See the Box3D documentation.
capsuleBb3Capsule*-
See the Box3D documentation.
cacheb3SimplexCache*-
See the Box3D documentation.