public static class btDiscreteCollisionDetectorInterface.Result extends BulletBase
className| Constructor and Description |
|---|
Result(long cPtr,
boolean cMemoryOwn)
Construct a new Result, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addContactPoint(Vector3 normalOnBInWorld,
Vector3 pointInWorld,
float depth) |
static long |
getCPtr(btDiscreteCollisionDetectorInterface.Result obj) |
void |
setShapeIdentifiersA(int partId0,
int index0) |
void |
setShapeIdentifiersB(int partId1,
int index1) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic Result(long cPtr,
boolean cMemoryOwn)
public static long getCPtr(btDiscreteCollisionDetectorInterface.Result obj)
public void setShapeIdentifiersA(int partId0,
int index0)
public void setShapeIdentifiersB(int partId1,
int index1)
Copyright © 2021. All rights reserved.