public class btConvexHullComputer extends BulletBase
| Modifier and Type | Class and Description |
|---|---|
static class |
btConvexHullComputer.Edge |
className| Constructor and Description |
|---|
btConvexHullComputer() |
btConvexHullComputer(long cPtr,
boolean cMemoryOwn)
Construct a new btConvexHullComputer, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
float |
compute(DoubleBuffer coords,
int stride,
int count,
float shrink,
float shrinkClamp) |
float |
compute(FloatBuffer coords,
int stride,
int count,
float shrink,
float shrinkClamp) |
static long |
getCPtr(btConvexHullComputer obj) |
SWIGTYPE_p_btAlignedObjectArrayT_btConvexHullComputer__Edge_t |
getEdges() |
SWIGTYPE_p_btAlignedObjectArrayT_int_t |
getFaces() |
btVector3Array |
getVertices() |
void |
setEdges(SWIGTYPE_p_btAlignedObjectArrayT_btConvexHullComputer__Edge_t value) |
void |
setFaces(SWIGTYPE_p_btAlignedObjectArrayT_int_t value) |
void |
setVertices(btVector3Array value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btConvexHullComputer(long cPtr,
boolean cMemoryOwn)
public btConvexHullComputer()
public static long getCPtr(btConvexHullComputer obj)
public void setVertices(btVector3Array value)
public btVector3Array getVertices()
public void setEdges(SWIGTYPE_p_btAlignedObjectArrayT_btConvexHullComputer__Edge_t value)
public SWIGTYPE_p_btAlignedObjectArrayT_btConvexHullComputer__Edge_t getEdges()
public void setFaces(SWIGTYPE_p_btAlignedObjectArrayT_int_t value)
public SWIGTYPE_p_btAlignedObjectArrayT_int_t getFaces()
public float compute(FloatBuffer coords, int stride, int count, float shrink, float shrinkClamp)
public float compute(DoubleBuffer coords, int stride, int count, float shrink, float shrinkClamp)
Copyright © 2021. All rights reserved.