Home | History | Annotate | Download | only in bullet-native

Lines Matching refs:jmeMotionState

32 #include "jmeMotionState.h"
39 jmeMotionState::jmeMotionState() {
46 void jmeMotionState::getWorldTransform(btTransform& worldTrans) const {
50 void jmeMotionState::setWorldTransform(const btTransform& worldTrans) {
55 void jmeMotionState::setKinematicTransform(const btTransform& worldTrans) {
60 void jmeMotionState::setKinematicLocation(JNIEnv* env, jobject location) {
65 void jmeMotionState::setKinematicRotation(JNIEnv* env, jobject rotation) {
70 void jmeMotionState::setKinematicRotationQuat(JNIEnv* env, jobject rotation) {
75 bool jmeMotionState::applyTransform(JNIEnv* env, jobject location, jobject rotation) {
87 jmeMotionState::~jmeMotionState() {