public class PHullResult extends BulletBase
className| Constructor and Description |
|---|
PHullResult() |
PHullResult(long cPtr,
boolean cMemoryOwn)
Construct a new PHullResult, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(PHullResult obj) |
SWIGTYPE_p_btAlignedObjectArrayT_unsigned_int_t |
getIndices() |
long |
getMFaceCount() |
long |
getMIndexCount() |
long |
getMVcount() |
btVector3 |
getMVertices() |
void |
setIndices(SWIGTYPE_p_btAlignedObjectArrayT_unsigned_int_t value) |
void |
setMFaceCount(long value) |
void |
setMIndexCount(long value) |
void |
setMVcount(long value) |
void |
setMVertices(btVector3 value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic PHullResult(long cPtr,
boolean cMemoryOwn)
public PHullResult()
public static long getCPtr(PHullResult obj)
public void setMVcount(long value)
public long getMVcount()
public void setMIndexCount(long value)
public long getMIndexCount()
public void setMFaceCount(long value)
public long getMFaceCount()
public void setMVertices(btVector3 value)
public btVector3 getMVertices()
public void setIndices(SWIGTYPE_p_btAlignedObjectArrayT_unsigned_int_t value)
public SWIGTYPE_p_btAlignedObjectArrayT_unsigned_int_t getIndices()
Copyright © 2021. All rights reserved.