public class btTriIndex extends BulletBase
className| Constructor and Description |
|---|
btTriIndex(int partId,
int triangleIndex,
btCollisionShape shape) |
btTriIndex(long cPtr,
boolean cMemoryOwn)
Construct a new btTriIndex, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
btCollisionShape |
getChildShape() |
static long |
getCPtr(btTriIndex obj) |
int |
getPartId() |
int |
getPartIdTriangleIndex() |
int |
getTriangleIndex() |
int |
getUid() |
void |
setChildShape(btCollisionShape value) |
void |
setPartIdTriangleIndex(int value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btTriIndex(long cPtr,
boolean cMemoryOwn)
public btTriIndex(int partId,
int triangleIndex,
btCollisionShape shape)
public static long getCPtr(btTriIndex obj)
public void setPartIdTriangleIndex(int value)
public int getPartIdTriangleIndex()
public void setChildShape(btCollisionShape value)
public btCollisionShape getChildShape()
public int getTriangleIndex()
public int getPartId()
public int getUid()
Copyright © 2021. All rights reserved.