public class btMprCollisionDescription extends BulletBase
className| Constructor and Description |
|---|
btMprCollisionDescription() |
btMprCollisionDescription(long cPtr,
boolean cMemoryOwn)
Construct a new btMprCollisionDescription, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btMprCollisionDescription 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 btMprCollisionDescription(long cPtr,
boolean cMemoryOwn)
public btMprCollisionDescription()
public static long getCPtr(btMprCollisionDescription 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.