public static class btConvexPlaneCollisionAlgorithm.CreateFunc extends btCollisionAlgorithmCreateFunc
className| Constructor and Description |
|---|
CreateFunc() |
CreateFunc(long cPtr,
boolean cMemoryOwn)
Construct a new CreateFunc, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btConvexPlaneCollisionAlgorithm.CreateFunc obj) |
int |
getMinimumPointsPerturbationThreshold() |
int |
getNumPerturbationIterations() |
void |
setMinimumPointsPerturbationThreshold(int value) |
void |
setNumPerturbationIterations(int value) |
CreateCollisionAlgorithm, getCPtr, getSwapped, setSwappeddispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic CreateFunc(long cPtr,
boolean cMemoryOwn)
public CreateFunc()
public static long getCPtr(btConvexPlaneCollisionAlgorithm.CreateFunc obj)
public void setNumPerturbationIterations(int value)
public int getNumPerturbationIterations()
public void setMinimumPointsPerturbationThreshold(int value)
public int getMinimumPointsPerturbationThreshold()
Copyright © 2021. All rights reserved.