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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btHashInt.java 17 public class btHashInt extends BulletBase {
20 protected btHashInt(final String className, long cPtr, boolean cMemoryOwn) {
25 /** Construct a new btHashInt, normally you should not need this constructor it's intended for low-level usage. */
26 public btHashInt(long cPtr, boolean cMemoryOwn) {
27 this("btHashInt", cPtr, cMemoryOwn);
38 public static long getCPtr(btHashInt obj) {
60 public btHashInt(int uid) {
72 public boolean equals(btHashInt other) {
73 return LinearMathJNI.btHashInt_equals(swigCPtr, this, btHashInt.getCPtr(other), other);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btHashMap.h 78 class btHashInt
82 btHashInt(int uid) :m_uid(uid)
96 bool equals(const btHashInt& other) const

Completed in 548 milliseconds