OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btHashInt
(Results
1 - 8
of
8
) 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);
LinearMathJNI.java
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
bDNA.h
98
btHashMap<
btHashInt
, int> mStructReverse;
/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
btSerializer.h
175
btHashMap<
btHashInt
, int> mStructReverse;
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btTriangleInfoMap.h
54
typedef btHashMap<
btHashInt
,btTriangleInfo> btInternalTriangleInfoMap;
233
m_keyArray.resize(tmapData.m_numKeys,
btHashInt
(0));
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
classes.i
32
SPECIFY_CLASS(
btHashInt
, com.badlogic.gdx.physics.bullet.linearmath)
linearmath_wrap.cpp
[
all
...]
Completed in 648 milliseconds