public class btQuantizedBvhTree extends BulletBase
className| Constructor and Description |
|---|
btQuantizedBvhTree() |
btQuantizedBvhTree(long cPtr,
boolean cMemoryOwn)
Construct a new btQuantizedBvhTree, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
build_tree(GIM_BVH_DATA_ARRAY primitive_boxes) |
void |
clearNodes() |
BT_QUANTIZED_BVH_NODE |
get_node_pointer() |
BT_QUANTIZED_BVH_NODE |
get_node_pointer(int index) |
static long |
getCPtr(btQuantizedBvhTree obj) |
int |
getEscapeNodeIndex(int nodeindex) |
int |
getLeftNode(int nodeindex) |
void |
getNodeBound(int nodeindex,
btAABB bound) |
int |
getNodeCount() |
int |
getNodeData(int nodeindex) |
int |
getRightNode(int nodeindex) |
boolean |
isLeafNode(int nodeindex) |
void |
quantizePoint(IntBuffer quantizedpoint,
Vector3 point) |
void |
setNodeBound(int nodeindex,
btAABB bound) |
boolean |
testQuantizedBoxOverlapp(int node_index,
IntBuffer quantizedMin,
IntBuffer quantizedMax) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btQuantizedBvhTree(long cPtr,
boolean cMemoryOwn)
public btQuantizedBvhTree()
public static long getCPtr(btQuantizedBvhTree obj)
public void build_tree(GIM_BVH_DATA_ARRAY primitive_boxes)
public boolean testQuantizedBoxOverlapp(int node_index,
IntBuffer quantizedMin,
IntBuffer quantizedMax)
public void clearNodes()
public int getNodeCount()
public boolean isLeafNode(int nodeindex)
public int getNodeData(int nodeindex)
public void getNodeBound(int nodeindex,
btAABB bound)
public void setNodeBound(int nodeindex,
btAABB bound)
public int getLeftNode(int nodeindex)
public int getRightNode(int nodeindex)
public int getEscapeNodeIndex(int nodeindex)
public BT_QUANTIZED_BVH_NODE get_node_pointer(int index)
public BT_QUANTIZED_BVH_NODE get_node_pointer()
Copyright © 2021. All rights reserved.