Searched defs:worldTrans (Results 1 – 3 of 3) sorted by relevance
50 void jmeMotionState::setWorldTransform(const btTransform& worldTrans) { in setWorldTransform()55 void jmeMotionState::setKinematicTransform(const btTransform& worldTrans) { in setKinematicTransform()
83 public synchronized void setWorldTransform(Transform worldTrans) { in setWorldTransform()
1006 Vector3f worldTrans = getWorldTranslation(); in center() local