public class btGImpactCollisionAlgorithm extends btActivatingCollisionAlgorithm
| Modifier and Type | Class and Description |
|---|---|
static class |
btGImpactCollisionAlgorithm.CreateFunc |
className| Constructor and Description |
|---|
btGImpactCollisionAlgorithm(btCollisionAlgorithmConstructionInfo ci,
btCollisionObjectWrapper body0Wrap,
btCollisionObjectWrapper body1Wrap) |
btGImpactCollisionAlgorithm(long cPtr,
boolean cMemoryOwn)
Construct a new btGImpactCollisionAlgorithm, normally you should not need this constructor it's intended for low-level usage.
|
getCPtrcalculateTimeOfImpact, getAllContactManifolds, getCPtr, processCollisiondispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btGImpactCollisionAlgorithm(long cPtr,
boolean cMemoryOwn)
public btGImpactCollisionAlgorithm(btCollisionAlgorithmConstructionInfo ci, btCollisionObjectWrapper body0Wrap, btCollisionObjectWrapper body1Wrap)
public static long getCPtr(btGImpactCollisionAlgorithm obj)
public btManifoldResult internalGetResultOut()
public static void registerAlgorithm(btCollisionDispatcher dispatcher)
public void gimpact_vs_gimpact(btCollisionObjectWrapper body0Wrap, btCollisionObjectWrapper body1Wrap, btGImpactShapeInterface shape0, btGImpactShapeInterface shape1)
public void gimpact_vs_shape(btCollisionObjectWrapper body0Wrap, btCollisionObjectWrapper body1Wrap, btGImpactShapeInterface shape0, btCollisionShape shape1, boolean swapped)
public void gimpact_vs_compoundshape(btCollisionObjectWrapper body0Wrap, btCollisionObjectWrapper body1Wrap, btGImpactShapeInterface shape0, btCompoundShape shape1, boolean swapped)
public void gimpact_vs_concave(btCollisionObjectWrapper body0Wrap, btCollisionObjectWrapper body1Wrap, btGImpactShapeInterface shape0, btConcaveShape shape1, boolean swapped)
public void setFace0(int value)
public int getFace0()
public void setFace1(int value)
public int getFace1()
public void setPart0(int value)
public int getPart0()
public void setPart1(int value)
public int getPart1()
Copyright © 2021. All rights reserved.