public static class btGjkEpaSolver3.sResults extends BulletBase
| Modifier and Type | Class and Description |
|---|---|
static class |
btGjkEpaSolver3.sResults.eStatus |
className| Constructor and Description |
|---|
sResults() |
sResults(long cPtr,
boolean cMemoryOwn)
Construct a new sResults, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btGjkEpaSolver3.sResults obj) |
float |
getDistance() |
btVector3 |
getNormal() |
int |
getStatus() |
btVector3 |
getWitnesses() |
void |
setDistance(float value) |
void |
setNormal(btVector3 value) |
void |
setStatus(int value) |
void |
setWitnesses(btVector3 value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic sResults(long cPtr,
boolean cMemoryOwn)
public sResults()
public static long getCPtr(btGjkEpaSolver3.sResults obj)
public void setStatus(int value)
public int getStatus()
public void setWitnesses(btVector3 value)
public btVector3 getWitnesses()
public void setNormal(btVector3 value)
public btVector3 getNormal()
public void setDistance(float value)
public float getDistance()
Copyright © 2021. All rights reserved.