| Package | Description |
|---|---|
| com.badlogic.gdx.physics.bullet.dynamics | |
| com.badlogic.gdx.physics.bullet.linearmath |
| Modifier and Type | Method and Description |
|---|---|
btMotionState |
btRigidBody.getMotionState() |
btMotionState |
btRigidBody.btRigidBodyConstructionInfo.getMotionState() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DynamicsJNI.btRigidBody_btRigidBodyConstructionInfo_i_motionState_set(long jarg1,
btRigidBody.btRigidBodyConstructionInfo jarg1_,
long jarg2,
btMotionState jarg2_) |
static void |
DynamicsJNI.btRigidBody_internalSetMotionState(long jarg1,
btRigidBody jarg1_,
long jarg2,
btMotionState jarg2_) |
static long |
DynamicsJNI.new_btRigidBody__SWIG_1(boolean jarg1,
float jarg2,
long jarg3,
btMotionState jarg3_,
long jarg4,
btCollisionShape jarg4_,
Vector3 jarg5) |
static long |
DynamicsJNI.new_btRigidBody__SWIG_2(boolean jarg1,
float jarg2,
long jarg3,
btMotionState jarg3_,
long jarg4,
btCollisionShape jarg4_) |
static long |
DynamicsJNI.new_btRigidBody_btRigidBodyConstructionInfo__SWIG_0(boolean jarg1,
float jarg2,
long jarg3,
btMotionState jarg3_,
long jarg4,
btCollisionShape jarg4_,
Vector3 jarg5) |
static long |
DynamicsJNI.new_btRigidBody_btRigidBodyConstructionInfo__SWIG_1(boolean jarg1,
float jarg2,
long jarg3,
btMotionState jarg3_,
long jarg4,
btCollisionShape jarg4_) |
void |
btRigidBody.setMotionState(btMotionState motionState) |
void |
btRigidBody.btRigidBodyConstructionInfo.setMotionState(btMotionState motionState) |
| Constructor and Description |
|---|
btRigidBody(float mass,
btMotionState motionState,
btCollisionShape collisionShape) |
btRigidBody(float mass,
btMotionState motionState,
btCollisionShape collisionShape,
Vector3 localInertia) |
btRigidBodyConstructionInfo(float mass,
btMotionState motionState,
btCollisionShape collisionShape) |
btRigidBodyConstructionInfo(float mass,
btMotionState motionState,
btCollisionShape collisionShape,
Vector3 localInertia) |
| Modifier and Type | Class and Description |
|---|---|
class |
btDefaultMotionState |
| Modifier and Type | Method and Description |
|---|---|
static void |
LinearMathJNI.btMotionState_change_ownership(btMotionState obj,
long cptr,
boolean take_or_release) |
static void |
LinearMathJNI.btMotionState_director_connect(btMotionState obj,
long cptr,
boolean mem_own,
boolean weak_global) |
static void |
LinearMathJNI.btMotionState_getWorldTransform(long jarg1,
btMotionState jarg1_,
Matrix4 jarg2) |
static void |
LinearMathJNI.btMotionState_setWorldTransform(long jarg1,
btMotionState jarg1_,
Matrix4 jarg2) |
static long |
btMotionState.getCPtr(btMotionState obj) |
static void |
LinearMathJNI.SwigDirector_btMotionState_getWorldTransform(btMotionState jself,
Matrix4 worldTrans) |
static void |
LinearMathJNI.SwigDirector_btMotionState_setWorldTransform(btMotionState jself,
Matrix4 worldTrans) |
Copyright © 2021. All rights reserved.