public class btSimplePair extends BulletBase
className| Constructor and Description |
|---|
btSimplePair(int indexA,
int indexB) |
btSimplePair(long cPtr,
boolean cMemoryOwn)
Construct a new btSimplePair, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btSimplePair obj) |
int |
getIndexA() |
int |
getIndexB() |
long |
getUserPointer() |
int |
getUserValue() |
void |
setIndexA(int value) |
void |
setIndexB(int value) |
void |
setUserPointer(long value) |
void |
setUserValue(int value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btSimplePair(long cPtr,
boolean cMemoryOwn)
public btSimplePair(int indexA,
int indexB)
public static long getCPtr(btSimplePair obj)
public void setIndexA(int value)
public int getIndexA()
public void setIndexB(int value)
public int getIndexB()
public void setUserPointer(long value)
public long getUserPointer()
public void setUserValue(int value)
public int getUserValue()
Copyright © 2021. All rights reserved.