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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
GIM_BVH_TREE_NODE.java 18 public class GIM_BVH_TREE_NODE extends BulletBase {
21 protected GIM_BVH_TREE_NODE(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new GIM_BVH_TREE_NODE, normally you should not need this constructor it's intended for low-level usage. */
27 public GIM_BVH_TREE_NODE(long cPtr, boolean cMemoryOwn) {
28 this("GIM_BVH_TREE_NODE", cPtr, cMemoryOwn);
39 public static long getCPtr(GIM_BVH_TREE_NODE obj) {
70 public GIM_BVH_TREE_NODE() {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactBvh.h 86 class GIM_BVH_TREE_NODE
93 GIM_BVH_TREE_NODE()
135 class GIM_BVH_TREE_NODE_ARRAY:public btAlignedObjectArray<GIM_BVH_TREE_NODE>
215 SIMD_FORCE_INLINE const GIM_BVH_TREE_NODE * get_node_pointer(int index = 0) const
381 SIMD_FORCE_INLINE const GIM_BVH_TREE_NODE * get_node_pointer(int index = 0) const

Completed in 267 milliseconds