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

  /external/jmonkeyengine/engine/src/bullet-native/
jmeMotionState.h 50 virtual void getWorldTransform(btTransform& worldTrans) const;
51 virtual void setWorldTransform(const btTransform& worldTrans);
52 void setKinematicTransform(const btTransform& worldTrans);
jmeMotionState.cpp 46 void jmeMotionState::getWorldTransform(btTransform& worldTrans) const {
47 worldTrans = worldTransform;
50 void jmeMotionState::setWorldTransform(const btTransform& worldTrans) {
51 worldTransform = worldTrans;
55 void jmeMotionState::setKinematicTransform(const btTransform& worldTrans) {
56 worldTransform = worldTrans;
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java 81 * @param worldTrans
83 public synchronized void setWorldTransform(Transform worldTrans) {
87 motionStateTrans.set(worldTrans);
88 Converter.convert(worldTrans.origin, worldLocation);
89 Converter.convert(worldTrans.basis, worldRotation);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 1006 Vector3f worldTrans = getWorldTranslation();
1009 Vector3f absTrans = worldTrans.subtract(worldCenter);
    [all...]

Completed in 60 milliseconds