public class MyInternalTriangleIndexCallback extends btInternalTriangleIndexCallback
className| Constructor and Description |
|---|
MyInternalTriangleIndexCallback(btCompoundShape colShape,
btGImpactMeshShape meshShape,
float depth) |
MyInternalTriangleIndexCallback(long cPtr,
boolean cMemoryOwn)
Construct a new MyInternalTriangleIndexCallback, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
btCompoundShape |
getColShape() |
static long |
getCPtr(MyInternalTriangleIndexCallback obj) |
float |
getDepth() |
btGImpactMeshShape |
getGimpactShape() |
void |
setColShape(btCompoundShape value) |
void |
setDepth(float value) |
void |
setGimpactShape(btGImpactMeshShape value) |
getCPtr, internalProcessTriangleIndex, swigReleaseOwnership, swigTakeOwnershipdispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic MyInternalTriangleIndexCallback(long cPtr,
boolean cMemoryOwn)
public MyInternalTriangleIndexCallback(btCompoundShape colShape, btGImpactMeshShape meshShape, float depth)
public static long getCPtr(MyInternalTriangleIndexCallback obj)
public void setGimpactShape(btGImpactMeshShape value)
public btGImpactMeshShape getGimpactShape()
public void setColShape(btCompoundShape value)
public btCompoundShape getColShape()
public void setDepth(float value)
public float getDepth()
Copyright © 2021. All rights reserved.