public class btGjkCollisionDescription extends BulletBase
className| Constructor and Description |
|---|
btGjkCollisionDescription() |
btGjkCollisionDescription(long cPtr,
boolean cMemoryOwn)
Construct a new btGjkCollisionDescription, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btGjkCollisionDescription obj) |
btVector3 |
getFirstDir() |
float |
getGjkRelError2() |
int |
getMaxGjkIterations() |
float |
getMaximumDistanceSquared() |
void |
setFirstDir(btVector3 value) |
void |
setGjkRelError2(float value) |
void |
setMaxGjkIterations(int value) |
void |
setMaximumDistanceSquared(float value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btGjkCollisionDescription(long cPtr,
boolean cMemoryOwn)
public btGjkCollisionDescription()
public static long getCPtr(btGjkCollisionDescription obj)
public void setFirstDir(btVector3 value)
public btVector3 getFirstDir()
public void setMaxGjkIterations(int value)
public int getMaxGjkIterations()
public void setMaximumDistanceSquared(float value)
public float getMaximumDistanceSquared()
public void setGjkRelError2(float value)
public float getGjkRelError2()
Copyright © 2021. All rights reserved.