public class btStorageResult extends btDiscreteCollisionDetectorInterface.Result
className| Constructor and Description |
|---|
btStorageResult(long cPtr,
boolean cMemoryOwn)
Construct a new btStorageResult, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
btVector3 |
getClosestPointInB() |
static long |
getCPtr(btStorageResult obj) |
float |
getDistance() |
btVector3 |
getNormalOnSurfaceB() |
void |
setClosestPointInB(btVector3 value) |
void |
setDistance(float value) |
void |
setNormalOnSurfaceB(btVector3 value) |
addContactPoint, getCPtr, setShapeIdentifiersA, setShapeIdentifiersBdispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btStorageResult(long cPtr,
boolean cMemoryOwn)
public static long getCPtr(btStorageResult obj)
public void setNormalOnSurfaceB(btVector3 value)
public btVector3 getNormalOnSurfaceB()
public void setClosestPointInB(btVector3 value)
public btVector3 getClosestPointInB()
public void setDistance(float value)
public float getDistance()
Copyright © 2021. All rights reserved.