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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btGhostObject.h 30 ///The btGhostObject can keep track of all objects that are overlapping
33 ///We plan on adding rayTest and other queries for the btGhostObject
34 ATTRIBUTE_ALIGNED16(class) btGhostObject : public btCollisionObject
42 btGhostObject();
44 virtual ~btGhostObject();
84 static const btGhostObject* upcast(const btCollisionObject* colObj)
87 return (const btGhostObject*)colObj;
90 static btGhostObject* upcast(btCollisionObject* colObj)
93 return (btGhostObject*)colObj;
99 class btPairCachingGhostObject : public btGhostObject
    [all...]
btGhostObject.cpp 16 #include "btGhostObject.h"
21 btGhostObject::btGhostObject()
26 btGhostObject::~btGhostObject()
28 ///btGhostObject should have been removed from the world, so no overlapping objects
33 void btGhostObject::addOverlappingObjectInternal(btBroadphaseProxy* otherProxy,btBroadphaseProxy* thisProxy)
46 void btGhostObject::removeOverlappingObjectInternal(btBroadphaseProxy* otherProxy,btDispatcher* dispatcher,btBroadphaseProxy* thisProxy)
102 void btGhostObject::convexSweepTest(const btConvexShape* castShape, const btTransform& convexFromWorld, const btTransform& convexToWorld, btCollisionWorld::ConvexResultCallback& resultCallback, btScalar allowedCcdPenetration) const
146 void btGhostObject::rayTest(const btVector3& rayFromWorld, const btVector3& rayToWorld, btCollisionWorld::RayResultCa (…)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btGhostObject.java 18 public class btGhostObject extends btCollisionObject {
21 protected btGhostObject(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btGhostObject, normally you should not need this constructor it's intended for low-level usage. */
27 public btGhostObject(long cPtr, boolean cMemoryOwn) {
28 this("btGhostObject", cPtr, cMemoryOwn);
39 public static long getCPtr(btGhostObject obj) {
61 public btGhostObject() {
105 public static btGhostObject upcast(btCollisionObject colObj) {
107 return (cPtr == 0) ? null : new btGhostObject(cPtr, false);
btPairCachingGhostObject.java 18 public class btPairCachingGhostObject extends btGhostObject {
CollisionJNI.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig/collision/
collision.i 387 #include <BulletCollision/CollisionDispatch/btGhostObject.h>
389 %include "BulletCollision/CollisionDispatch/btGhostObject.h"
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
classes.i 163 SPECIFY_CLASS(btGhostObject, com.badlogic.gdx.physics.bullet.collision)
collision_wrap.cpp     [all...]

Completed in 491 milliseconds