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