public class HullLibrary extends BulletBase
className| Constructor and Description |
|---|
HullLibrary() |
HullLibrary(long cPtr,
boolean cMemoryOwn)
Construct a new HullLibrary, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CreateConvexHull(HullDesc desc,
HullResult result) |
static long |
getCPtr(HullLibrary obj) |
SWIGTYPE_p_btAlignedObjectArrayT_int_t |
getVertexIndexMapping() |
int |
ReleaseResult(HullResult result) |
void |
setVertexIndexMapping(SWIGTYPE_p_btAlignedObjectArrayT_int_t value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic HullLibrary(long cPtr,
boolean cMemoryOwn)
public HullLibrary()
public static long getCPtr(HullLibrary obj)
public void setVertexIndexMapping(SWIGTYPE_p_btAlignedObjectArrayT_int_t value)
public SWIGTYPE_p_btAlignedObjectArrayT_int_t getVertexIndexMapping()
public int CreateConvexHull(HullDesc desc, HullResult result)
public int ReleaseResult(HullResult result)
Copyright © 2021. All rights reserved.