public class btCompoundCollisionAlgorithm extends btActivatingCollisionAlgorithm
| Modifier and Type | Class and Description |
|---|---|
static class |
btCompoundCollisionAlgorithm.CreateFunc |
static class |
btCompoundCollisionAlgorithm.SwappedCreateFunc |
className| Constructor and Description |
|---|
btCompoundCollisionAlgorithm(btCollisionAlgorithmConstructionInfo ci,
btCollisionObjectWrapper body0Wrap,
btCollisionObjectWrapper body1Wrap,
boolean isSwapped) |
btCompoundCollisionAlgorithm(long cPtr,
boolean cMemoryOwn)
Construct a new btCompoundCollisionAlgorithm, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
btCollisionAlgorithm |
getChildAlgorithm(int n) |
static long |
getCPtr(btCompoundCollisionAlgorithm obj) |
getCPtrcalculateTimeOfImpact, getAllContactManifolds, getCPtr, processCollisiondispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btCompoundCollisionAlgorithm(long cPtr,
boolean cMemoryOwn)
public btCompoundCollisionAlgorithm(btCollisionAlgorithmConstructionInfo ci, btCollisionObjectWrapper body0Wrap, btCollisionObjectWrapper body1Wrap, boolean isSwapped)
public static long getCPtr(btCompoundCollisionAlgorithm obj)
public btCollisionAlgorithm getChildAlgorithm(int n)
Copyright © 2021. All rights reserved.