public class btDiscreteCollisionDetectorInterface extends BulletBase
| Modifier and Type | Class and Description |
|---|---|
static class |
btDiscreteCollisionDetectorInterface.ClosestPointInput |
static class |
btDiscreteCollisionDetectorInterface.Result |
className| Constructor and Description |
|---|
btDiscreteCollisionDetectorInterface(long cPtr,
boolean cMemoryOwn)
Construct a new btDiscreteCollisionDetectorInterface, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
getClosestPoints(btDiscreteCollisionDetectorInterface.ClosestPointInput input,
btDiscreteCollisionDetectorInterface.Result output,
btIDebugDraw debugDraw) |
void |
getClosestPoints(btDiscreteCollisionDetectorInterface.ClosestPointInput input,
btDiscreteCollisionDetectorInterface.Result output,
btIDebugDraw debugDraw,
boolean swapResults) |
static long |
getCPtr(btDiscreteCollisionDetectorInterface obj) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btDiscreteCollisionDetectorInterface(long cPtr,
boolean cMemoryOwn)
public static long getCPtr(btDiscreteCollisionDetectorInterface obj)
public void getClosestPoints(btDiscreteCollisionDetectorInterface.ClosestPointInput input, btDiscreteCollisionDetectorInterface.Result output, btIDebugDraw debugDraw, boolean swapResults)
public void getClosestPoints(btDiscreteCollisionDetectorInterface.ClosestPointInput input, btDiscreteCollisionDetectorInterface.Result output, btIDebugDraw debugDraw)
Copyright © 2021. All rights reserved.