public class btHashedSimplePairCache extends BulletBase
className| Constructor and Description |
|---|
btHashedSimplePairCache() |
btHashedSimplePairCache(long cPtr,
boolean cMemoryOwn)
Construct a new btHashedSimplePairCache, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
btSimplePair |
addOverlappingPair(int indexA,
int indexB) |
btSimplePair |
findPair(int indexA,
int indexB) |
int |
GetCount() |
static long |
getCPtr(btHashedSimplePairCache obj) |
int |
getNumOverlappingPairs() |
SWIGTYPE_p_btAlignedObjectArrayT_btSimplePair_t |
getOverlappingPairArray() |
SWIGTYPE_p_btAlignedObjectArrayT_btSimplePair_t |
getOverlappingPairArrayConst() |
btSimplePair |
getOverlappingPairArrayPtr() |
btSimplePair |
getOverlappingPairArrayPtrConst() |
void |
removeAllPairs() |
long |
removeOverlappingPair(int indexA,
int indexB) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btHashedSimplePairCache(long cPtr,
boolean cMemoryOwn)
public btHashedSimplePairCache()
public static long getCPtr(btHashedSimplePairCache obj)
public void removeAllPairs()
public long removeOverlappingPair(int indexA,
int indexB)
public btSimplePair addOverlappingPair(int indexA, int indexB)
public btSimplePair getOverlappingPairArrayPtr()
public btSimplePair getOverlappingPairArrayPtrConst()
public SWIGTYPE_p_btAlignedObjectArrayT_btSimplePair_t getOverlappingPairArray()
public SWIGTYPE_p_btAlignedObjectArrayT_btSimplePair_t getOverlappingPairArrayConst()
public btSimplePair findPair(int indexA, int indexB)
public int GetCount()
public int getNumOverlappingPairs()
Copyright © 2021. All rights reserved.