OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMotionState
(Results
1 - 9
of
9
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig/dynamics/
btRigidBody.i
45
public btMotionState
getMotionState
() {
107
%rename(internalGetMotionState) btRigidBody::
getMotionState
;
108
%javamethodmodifiers btRigidBody::
getMotionState
"private";
143
refMotionState(constructionInfo.
getMotionState
());
173
public btMotionState
getMotionState
() {
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btSimpleDynamicsWorld.cpp
255
if (body && body->
getMotionState
())
259
body->
getMotionState
()->setWorldTransform(body->getWorldTransform());
btRigidBody.h
471
btMotionState*
getMotionState
()
475
const btMotionState*
getMotionState
() const
btRigidBody.cpp
115
if (
getMotionState
())
116
getMotionState
()->getWorldTransform(m_worldTransform);
btDiscreteDynamicsWorld.cpp
357
if (body->
getMotionState
() && !body->isStaticOrKinematicObject())
369
body->
getMotionState
()->setWorldTransform(interpolatedTransform);
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btRigidBody.java
82
refMotionState(constructionInfo.
getMotionState
());
112
public btMotionState
getMotionState
() {
184
public btMotionState
getMotionState
() {
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/
btRaycastVehicle.cpp
157
if (interpolatedTransform && (getRigidBody()->
getMotionState
()))
159
getRigidBody()->
getMotionState
()->getWorldTransform(chassisTrans);
255
/*if (getRigidBody()->
getMotionState
())
258
getRigidBody()->
getMotionState
()->getWorldTransform(chassisWorldTrans);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Character/
btKinematicCharacterController.cpp
722
m_rigidBody->
getMotionState
()->getWorldTransform (xform);
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
dynamics_wrap.cpp
[
all
...]
Completed in 414 milliseconds