HomeSort by relevance Sort by last modified time
    Searched defs:BT_QUANTIZED_BVH_NODE (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactQuantizedBvh.h 36 ATTRIBUTE_ALIGNED16 (struct) BT_QUANTIZED_BVH_NODE
44 BT_QUANTIZED_BVH_NODE()
97 class GIM_QUANTIZED_BVH_NODE_ARRAY:public btAlignedObjectArray<BT_QUANTIZED_BVH_NODE>
211 SIMD_FORCE_INLINE const BT_QUANTIZED_BVH_NODE * get_node_pointer(int index = 0) const
357 SIMD_FORCE_INLINE const BT_QUANTIZED_BVH_NODE * get_node_pointer(int index = 0) const
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
BT_QUANTIZED_BVH_NODE.java 18 public class BT_QUANTIZED_BVH_NODE extends BulletBase {
21 protected BT_QUANTIZED_BVH_NODE(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new BT_QUANTIZED_BVH_NODE, normally you should not need this constructor it's intended for low-level usage. */
27 public BT_QUANTIZED_BVH_NODE(long cPtr, boolean cMemoryOwn) {
28 this("BT_QUANTIZED_BVH_NODE", cPtr, cMemoryOwn);
39 public static long getCPtr(BT_QUANTIZED_BVH_NODE obj) {
85 public BT_QUANTIZED_BVH_NODE() {

Completed in 299 milliseconds