Home
last modified time | relevance | path

Searched defs:collisionShape (Results 1 – 23 of 23) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig/dynamics/
DbtRigidBody.i49 protected btCollisionShape collisionShape; variable
51 public void setCollisionShape(btCollisionShape collisionShape) { in setCollisionShape()
70 …dBodyConstructionInfo(float mass, btMotionState motionState, btCollisionShape collisionShape, Vect… in btRigidBodyConstructionInfo()
76 …RigidBodyConstructionInfo(float mass, btMotionState motionState, btCollisionShape collisionShape) { in btRigidBodyConstructionInfo()
146 …public btRigidBody(float mass, btMotionState motionState, btCollisionShape collisionShape, Vector3… in btRigidBody()
152 public btRigidBody(float mass, btMotionState motionState, btCollisionShape collisionShape) { in btRigidBody()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
DbtRigidBody.java85 …public btRigidBody(float mass, btMotionState motionState, btCollisionShape collisionShape, Vector3… in btRigidBody()
91 public btRigidBody(float mass, btMotionState motionState, btCollisionShape collisionShape) { in btRigidBody()
188 protected btCollisionShape collisionShape; field in btRigidBody.btRigidBodyConstructionInfo
190 public void setCollisionShape(btCollisionShape collisionShape) { in setCollisionShape()
209 …dBodyConstructionInfo(float mass, btMotionState motionState, btCollisionShape collisionShape, Vect… in btRigidBodyConstructionInfo()
215 …RigidBodyConstructionInfo(float mass, btMotionState motionState, btCollisionShape collisionShape) { in btRigidBodyConstructionInfo()
372 …onInfo(boolean dummy, float mass, btMotionState motionState, btCollisionShape collisionShape, Vect… in btRigidBodyConstructionInfo()
376 …uctionInfo(boolean dummy, float mass, btMotionState motionState, btCollisionShape collisionShape) { in btRigidBodyConstructionInfo()
660 …idBody(boolean dummy, float mass, btMotionState motionState, btCollisionShape collisionShape, Vect… in btRigidBody()
664 …tRigidBody(boolean dummy, float mass, btMotionState motionState, btCollisionShape collisionShape) { in btRigidBody()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
DPhysicsCollisionObject.java62 protected CollisionShape collisionShape; field in PhysicsCollisionObject
90 public void setCollisionShape(CollisionShape collisionShape) { in setCollisionShape()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
DDebugShapeFactory.java64 public static Spatial getDebugShape(CollisionShape collisionShape) { in getDebugShape()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtCollisionWorld.java137 …rans, Matrix4 rayToTrans, btCollisionObject collisionObject, btCollisionShape collisionShape, Matr… in rayTestSingle()
145 …rans, Matrix4 rayToTrans, btCollisionObject collisionObject, btCollisionShape collisionShape, Matr… in objectQuerySingle()
146 ….getCPtr(collisionObject), collisionObject, btCollisionShape.getCPtr(collisionShape), collisionSha… in objectQuerySingle() local
DbtCollisionObject.java97 protected btCollisionShape collisionShape; field in btCollisionObject
224 private void internalSetCollisionShape(btCollisionShape collisionShape) { in internalSetCollisionShape()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
DPhysicsCollisionObject.java65 protected CollisionShape collisionShape; field in PhysicsCollisionObject
93 public void setCollisionShape(CollisionShape collisionShape) { in setCollisionShape()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_collision_PhysicsCollisionObject.cpp57 btCollisionShape* collisionShape = reinterpret_cast<btCollisionShape*>(shapeId); in Java_com_jme3_bullet_collision_PhysicsCollisionObject_attachCollisionShape() local
/external/libgdx/extensions/gdx-bullet/jni/swig/collision/
DbtCollisionObject.i57 protected btCollisionShape collisionShape; variable
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DDebugShapeFactory.java73 public static Spatial getDebugShape(CollisionShape collisionShape) { in getDebugShape()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsGhostObject.java94 public void setCollisionShape(CollisionShape collisionShape) { in setCollisionShape()
DPhysicsCharacter.java181 public void setCollisionShape(CollisionShape collisionShape) { in setCollisionShape()
DPhysicsRigidBody.java520 public void setCollisionShape(CollisionShape collisionShape) { in setCollisionShape()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DbtSoftRigidDynamicsWorld.java103 …rans, Matrix4 rayToTrans, btCollisionObject collisionObject, btCollisionShape collisionShape, Matr… in rayTestSingle()
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
DFrustumCullingTest.java275 public void setCollisionShape (btCollisionShape collisionShape) { in setCollisionShape()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftRigidDynamicsWorld.cpp285 const btCollisionShape* collisionShape, in rayTestSingle()
DbtSoftBody.h705 virtual void setCollisionShape(btCollisionShape* collisionShape) in setCollisionShape()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsGhostObject.java97 public void setCollisionShape(CollisionShape collisionShape) { in setCollisionShape()
DPhysicsCharacter.java201 public void setCollisionShape(CollisionShape collisionShape) { in setCollisionShape()
DPhysicsRigidBody.java568 public void setCollisionShape(CollisionShape collisionShape) { in setCollisionShape()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCollisionWorld.cpp264 const btCollisionShape* collisionShape, in rayTestSingle()
279 const btCollisionShape* collisionShape = collisionObjectWrap->getCollisionShape(); in rayTestSingleInternal() local
574 const btCollisionShape* collisionShape, in objectQuerySingle()
586 const btCollisionShape* collisionShape = colObjWrap->getCollisionShape(); in objectQuerySingleInternal() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
DbtRigidBody.cpp35 …ody::btRigidBody(btScalar mass, btMotionState *motionState, btCollisionShape *collisionShape, cons… in btRigidBody()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
Ddynamics_wrap.cpp1447 …_SWIG_0(bool dummy,btScalar mass,btMotionState *motionState,btCollisionShape *collisionShape,btVec… in new_btRigidBody_btRigidBodyConstructionInfo__SWIG_0()
1888 …_SWIG_1(bool dummy,btScalar mass,btMotionState *motionState,btCollisionShape *collisionShape,btVec… in new_btRigidBody__SWIG_1()