public static class btSparseSdf3.IntFrac extends BulletBase
className| Constructor and Description |
|---|
IntFrac() |
IntFrac(long cPtr,
boolean cMemoryOwn)
Construct a new IntFrac, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getB() |
static long |
getCPtr(btSparseSdf3.IntFrac obj) |
float |
getF() |
int |
getI() |
void |
setB(int value) |
void |
setF(float value) |
void |
setI(int value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic IntFrac(long cPtr,
boolean cMemoryOwn)
public IntFrac()
public static long getCPtr(btSparseSdf3.IntFrac obj)
public void setB(int value)
public int getB()
public void setI(int value)
public int getI()
public void setF(float value)
public float getF()
Copyright © 2021. All rights reserved.