public class GIM_BVH_TREE_NODE extends BulletBase
className| Constructor and Description |
|---|
GIM_BVH_TREE_NODE() |
GIM_BVH_TREE_NODE(long cPtr,
boolean cMemoryOwn)
Construct a new GIM_BVH_TREE_NODE, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
btAABB |
getBound() |
static long |
getCPtr(GIM_BVH_TREE_NODE obj) |
int |
getDataIndex() |
int |
getEscapeIndex() |
boolean |
isLeafNode() |
void |
setBound(btAABB value) |
void |
setDataIndex(int index) |
void |
setEscapeIndex(int index) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic GIM_BVH_TREE_NODE(long cPtr,
boolean cMemoryOwn)
public GIM_BVH_TREE_NODE()
public static long getCPtr(GIM_BVH_TREE_NODE obj)
public void setBound(btAABB value)
public btAABB getBound()
public boolean isLeafNode()
public int getEscapeIndex()
public void setEscapeIndex(int index)
public int getDataIndex()
public void setDataIndex(int index)
Copyright © 2021. All rights reserved.