HomeSort by relevance Sort by last modified time
    Searched defs:GIM_BVH_TREE_NODE_ARRAY (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_ARRAY.java 18 public class GIM_BVH_TREE_NODE_ARRAY extends BulletBase {
21 protected GIM_BVH_TREE_NODE_ARRAY(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new GIM_BVH_TREE_NODE_ARRAY, normally you should not need this constructor it's intended for low-level usage. */
27 public GIM_BVH_TREE_NODE_ARRAY(long cPtr, boolean cMemoryOwn) {
28 this("GIM_BVH_TREE_NODE_ARRAY", cPtr, cMemoryOwn);
39 public static long getCPtr(GIM_BVH_TREE_NODE_ARRAY obj) {
61 public GIM_BVH_TREE_NODE_ARRAY() {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactBvh.h 135 class GIM_BVH_TREE_NODE_ARRAY:public btAlignedObjectArray<GIM_BVH_TREE_NODE>
147 GIM_BVH_TREE_NODE_ARRAY m_node_array;

Completed in 239 milliseconds