public class HullResult extends BulletBase
className| Constructor and Description |
|---|
HullResult() |
HullResult(long cPtr,
boolean cMemoryOwn)
Construct a new HullResult, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(HullResult obj) |
SWIGTYPE_p_btAlignedObjectArrayT_unsigned_int_t |
getIndices() |
long |
getMNumFaces() |
long |
getMNumIndices() |
long |
getMNumOutputVertices() |
boolean |
getMPolygons() |
btVector3Array |
getOutputVertices() |
void |
setIndices(SWIGTYPE_p_btAlignedObjectArrayT_unsigned_int_t value) |
void |
setMNumFaces(long value) |
void |
setMNumIndices(long value) |
void |
setMNumOutputVertices(long value) |
void |
setMPolygons(boolean value) |
void |
setOutputVertices(btVector3Array value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic HullResult(long cPtr,
boolean cMemoryOwn)
public HullResult()
public static long getCPtr(HullResult obj)
public void setMPolygons(boolean value)
public boolean getMPolygons()
public void setMNumOutputVertices(long value)
public long getMNumOutputVertices()
public void setOutputVertices(btVector3Array value)
public btVector3Array getOutputVertices()
public void setMNumFaces(long value)
public long getMNumFaces()
public void setMNumIndices(long value)
public long getMNumIndices()
public void setIndices(SWIGTYPE_p_btAlignedObjectArrayT_unsigned_int_t value)
public SWIGTYPE_p_btAlignedObjectArrayT_unsigned_int_t getIndices()
Copyright © 2021. All rights reserved.