HomeSort by relevance Sort by last modified time
    Searched refs:ContactCache (Results 1 - 9 of 9) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/swig/collision/
ContactCache.i 1 %module ContactCache
4 #include <gdx/collision/ContactCache.h>
7 %feature("director") ContactCache;
9 %javamethodmodifiers ContactCache::ContactCache "private";
11 %typemap(javacode) ContactCache %{
12 public ContactCache() {
18 %include "gdx/collision/ContactCache.h"
  /external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/collision/
ContactCache.h 32 class ContactCache {
43 ContactCache(bool dummy);
44 virtual ~ContactCache();
ContactCache.cpp 1 #include "ContactCache.h"
3 ContactCache *currentContactCache = 0;
45 ContactCache::ContactCache(bool dummy)
48 ContactCache::~ContactCache() {
52 void ContactCache::setEvents(const int &events) {
56 void ContactCache::enable() {
62 void ContactCache::disable() {
72 bool ContactCache::isEnabled()
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
ContactCache.java 18 public class ContactCache extends BulletBase {
21 protected ContactCache(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new ContactCache, normally you should not need this constructor it's intended for low-level usage. */
27 public ContactCache(long cPtr, boolean cMemoryOwn) {
28 this("ContactCache", cPtr, cMemoryOwn);
39 public static long getCPtr(ContactCache obj) {
76 public ContactCache() {
89 private ContactCache(boolean dummy) {
CollisionJNI.java     [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
ContactCacheTest.java 29 import com.badlogic.gdx.physics.bullet.collision.ContactCache;
71 public static class TestContactCache extends ContactCache {
118 TestContactCache contactCache;
162 contactCache = new TestContactCache();
163 contactCache.entities = world.entities;
164 contactCache.setCacheTime(0.5f);
177 if (contactCache != null) contactCache.update(delta);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.h 386 class SwigDirector_ContactCache : public ContactCache, public Swig::Director {
classes.i 13 SPECIFY_CLASS(ContactCache, com.badlogic.gdx.physics.bullet.collision)
collision_wrap.cpp     [all...]

Completed in 271 milliseconds