public class btShapeHull extends BulletBase
className| Constructor and Description |
|---|
btShapeHull(btConvexShape shape) |
btShapeHull(long cPtr,
boolean cMemoryOwn)
Construct a new btShapeHull, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
buildHull(float margin) |
static long |
getCPtr(btShapeHull obj) |
int |
getIndex(int idx) |
Vector3 |
getVertex(int idx) |
int |
numIndices() |
int |
numTriangles() |
int |
numVertices() |
void |
operatorDelete(long ptr) |
void |
operatorDelete(long arg0,
long arg1) |
void |
operatorDeleteArray(long ptr) |
void |
operatorDeleteArray(long arg0,
long arg1) |
long |
operatorNew(long sizeInBytes) |
long |
operatorNew(long arg0,
long ptr) |
long |
operatorNewArray(long sizeInBytes) |
long |
operatorNewArray(long arg0,
long ptr) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btShapeHull(long cPtr,
boolean cMemoryOwn)
public btShapeHull(btConvexShape shape)
public static long getCPtr(btShapeHull obj)
public long operatorNew(long sizeInBytes)
public void operatorDelete(long ptr)
public long operatorNew(long arg0,
long ptr)
public void operatorDelete(long arg0,
long arg1)
public long operatorNewArray(long sizeInBytes)
public void operatorDeleteArray(long ptr)
public long operatorNewArray(long arg0,
long ptr)
public void operatorDeleteArray(long arg0,
long arg1)
public boolean buildHull(float margin)
public int numTriangles()
public int numVertices()
public int numIndices()
public Vector3 getVertex(int idx)
public int getIndex(int idx)
Copyright © 2021. All rights reserved.