OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GIM_PAIR
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
GIM_PAIR.java
18
public class
GIM_PAIR
extends BulletBase {
21
protected
GIM_PAIR
(final String className, long cPtr, boolean cMemoryOwn) {
26
/** Construct a new
GIM_PAIR
, normally you should not need this constructor it's intended for low-level usage. */
27
public
GIM_PAIR
(long cPtr, boolean cMemoryOwn) {
28
this("
GIM_PAIR
", cPtr, cMemoryOwn);
39
public static long getCPtr(
GIM_PAIR
obj) {
77
public
GIM_PAIR
() {
81
public
GIM_PAIR
(
GIM_PAIR
p) {
82
this(CollisionJNI.new_GIM_PAIR__SWIG_1(
GIM_PAIR
.getCPtr(p), p), true)
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactBvh.h
38
struct
GIM_PAIR
42
GIM_PAIR
()
45
GIM_PAIR
(const
GIM_PAIR
& p)
51
GIM_PAIR
(int index1, int index2)
59
class btPairSet: public btAlignedObjectArray<
GIM_PAIR
>
68
push_back(
GIM_PAIR
(index1,index2));
73
push_back(
GIM_PAIR
(index2,index1));
gim_box_set.h
45
struct
GIM_PAIR
49
GIM_PAIR
()
52
GIM_PAIR
(const
GIM_PAIR
& p)
58
GIM_PAIR
(GUINT index1, GUINT index2)
66
class gim_pair_set: public gim_array<
GIM_PAIR
>
69
gim_pair_set():gim_array<
GIM_PAIR
>(32)
74
push_back(
GIM_PAIR
(index1,index2));
79
push_back(
GIM_PAIR
(index2,index1));
Completed in 235 milliseconds