public class btMeshPartData extends BulletBase
className| Constructor and Description |
|---|
btMeshPartData() |
btMeshPartData(long cPtr,
boolean cMemoryOwn)
Construct a new btMeshPartData, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
btShortIntIndexTripletData |
get3indices16() |
btCharIndexTripletData |
get3indices8() |
static long |
getCPtr(btMeshPartData obj) |
btShortIntIndexData |
getIndices16() |
btIntIndexData |
getIndices32() |
int |
getNumTriangles() |
int |
getNumVertices() |
btVector3DoubleData |
getVertices3d() |
btVector3FloatData |
getVertices3f() |
void |
set3indices16(btShortIntIndexTripletData value) |
void |
set3indices8(btCharIndexTripletData value) |
void |
setIndices16(btShortIntIndexData value) |
void |
setIndices32(btIntIndexData value) |
void |
setNumTriangles(int value) |
void |
setNumVertices(int value) |
void |
setVertices3d(btVector3DoubleData value) |
void |
setVertices3f(btVector3FloatData value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btMeshPartData(long cPtr,
boolean cMemoryOwn)
public btMeshPartData()
public static long getCPtr(btMeshPartData obj)
public void setVertices3f(btVector3FloatData value)
public btVector3FloatData getVertices3f()
public void setVertices3d(btVector3DoubleData value)
public btVector3DoubleData getVertices3d()
public void setIndices32(btIntIndexData value)
public btIntIndexData getIndices32()
public void set3indices16(btShortIntIndexTripletData value)
public btShortIntIndexTripletData get3indices16()
public void set3indices8(btCharIndexTripletData value)
public btCharIndexTripletData get3indices8()
public void setIndices16(btShortIntIndexData value)
public btShortIntIndexData getIndices16()
public void setNumTriangles(int value)
public int getNumTriangles()
public void setNumVertices(int value)
public int getNumVertices()
Copyright © 2021. All rights reserved.