public class btConvexPenetrationDepthSolver extends BulletBase
className| Constructor and Description |
|---|
btConvexPenetrationDepthSolver(long cPtr,
boolean cMemoryOwn)
Construct a new btConvexPenetrationDepthSolver, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
calcPenDepth(btVoronoiSimplexSolver simplexSolver,
btConvexShape convexA,
btConvexShape convexB,
Matrix4 transA,
Matrix4 transB,
Vector3 v,
Vector3 pa,
Vector3 pb,
btIDebugDraw debugDraw) |
static long |
getCPtr(btConvexPenetrationDepthSolver obj) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btConvexPenetrationDepthSolver(long cPtr,
boolean cMemoryOwn)
public static long getCPtr(btConvexPenetrationDepthSolver obj)
public boolean calcPenDepth(btVoronoiSimplexSolver simplexSolver, btConvexShape convexA, btConvexShape convexB, Matrix4 transA, Matrix4 transB, Vector3 v, Vector3 pa, Vector3 pb, btIDebugDraw debugDraw)
Copyright © 2021. All rights reserved.