aboutsummaryrefslogtreecommitdiff
path: root/engine/src/bullet-native/com_jme3_bullet_objects_infos_RigidBodyMotionState.h
diff options
context:
space:
mode:
Diffstat (limited to 'engine/src/bullet-native/com_jme3_bullet_objects_infos_RigidBodyMotionState.h')
-rw-r--r--engine/src/bullet-native/com_jme3_bullet_objects_infos_RigidBodyMotionState.h61
1 files changed, 61 insertions, 0 deletions
diff --git a/engine/src/bullet-native/com_jme3_bullet_objects_infos_RigidBodyMotionState.h b/engine/src/bullet-native/com_jme3_bullet_objects_infos_RigidBodyMotionState.h
new file mode 100644
index 0000000..7939038
--- /dev/null
+++ b/engine/src/bullet-native/com_jme3_bullet_objects_infos_RigidBodyMotionState.h
@@ -0,0 +1,61 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+#include <jni.h>
+/* Header for class com_jme3_bullet_objects_infos_RigidBodyMotionState */
+
+#ifndef _Included_com_jme3_bullet_objects_infos_RigidBodyMotionState
+#define _Included_com_jme3_bullet_objects_infos_RigidBodyMotionState
+#ifdef __cplusplus
+extern "C" {
+#endif
+/*
+ * Class: com_jme3_bullet_objects_infos_RigidBodyMotionState
+ * Method: createMotionState
+ * Signature: ()J
+ */
+JNIEXPORT jlong JNICALL Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_createMotionState
+ (JNIEnv *, jobject);
+
+/*
+ * Class: com_jme3_bullet_objects_infos_RigidBodyMotionState
+ * Method: applyTransform
+ * Signature: (JLcom/jme3/math/Vector3f;Lcom/jme3/math/Quaternion;)Z
+ */
+JNIEXPORT jboolean JNICALL Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_applyTransform
+ (JNIEnv *, jobject, jlong, jobject, jobject);
+
+/*
+ * Class: com_jme3_bullet_objects_infos_RigidBodyMotionState
+ * Method: getWorldLocation
+ * Signature: (JLcom/jme3/math/Vector3f;)V
+ */
+JNIEXPORT void JNICALL Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_getWorldLocation
+ (JNIEnv *, jobject, jlong, jobject);
+
+/*
+ * Class: com_jme3_bullet_objects_infos_RigidBodyMotionState
+ * Method: getWorldRotation
+ * Signature: (JLcom/jme3/math/Matrix3f;)V
+ */
+JNIEXPORT void JNICALL Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_getWorldRotation
+ (JNIEnv *, jobject, jlong, jobject);
+
+/*
+ * Class: com_jme3_bullet_objects_infos_RigidBodyMotionState
+ * Method: getWorldRotationQuat
+ * Signature: (JLcom/jme3/math/Quaternion;)V
+ */
+JNIEXPORT void JNICALL Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_getWorldRotationQuat
+ (JNIEnv *, jobject, jlong, jobject);
+
+/*
+ * Class: com_jme3_bullet_objects_infos_RigidBodyMotionState
+ * Method: finalizeNative
+ * Signature: (J)V
+ */
+JNIEXPORT void JNICALL Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_finalizeNative
+ (JNIEnv *, jobject, jlong);
+
+#ifdef __cplusplus
+}
+#endif
+#endif