1 /* DO NOT EDIT THIS FILE - it is machine generated */ 2 #include <jni.h> 3 /* Header for class com_jme3_bullet_joints_SixDofSpringJoint */ 4 5 #ifndef _Included_com_jme3_bullet_joints_SixDofSpringJoint 6 #define _Included_com_jme3_bullet_joints_SixDofSpringJoint 7 #ifdef __cplusplus 8 extern "C" { 9 #endif 10 /* 11 * Class: com_jme3_bullet_joints_SixDofSpringJoint 12 * Method: enableSpring 13 * Signature: (JIZ)V 14 */ 15 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SixDofSpringJoint_enableSpring 16 (JNIEnv *, jobject, jlong, jint, jboolean); 17 18 /* 19 * Class: com_jme3_bullet_joints_SixDofSpringJoint 20 * Method: setStiffness 21 * Signature: (JIF)V 22 */ 23 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SixDofSpringJoint_setStiffness 24 (JNIEnv *, jobject, jlong, jint, jfloat); 25 26 /* 27 * Class: com_jme3_bullet_joints_SixDofSpringJoint 28 * Method: setDamping 29 * Signature: (JIF)V 30 */ 31 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SixDofSpringJoint_setDamping 32 (JNIEnv *, jobject, jlong, jint, jfloat); 33 34 /* 35 * Class: com_jme3_bullet_joints_SixDofSpringJoint 36 * Method: setEquilibriumPoint 37 * Signature: (J)V 38 */ 39 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SixDofSpringJoint_setEquilibriumPoint__J 40 (JNIEnv *, jobject, jlong); 41 42 /* 43 * Class: com_jme3_bullet_joints_SixDofSpringJoint 44 * Method: setEquilibriumPoint 45 * Signature: (JI)V 46 */ 47 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SixDofSpringJoint_setEquilibriumPoint__JI 48 (JNIEnv *, jobject, jlong, jint); 49 50 /* 51 * Class: com_jme3_bullet_joints_SixDofSpringJoint 52 * Method: createJoint 53 * Signature: (JJLcom/jme3/math/Vector3f;Lcom/jme3/math/Matrix3f;Lcom/jme3/math/Vector3f;Lcom/jme3/math/Matrix3f;Z)J 54 */ 55 JNIEXPORT jlong JNICALL Java_com_jme3_bullet_joints_SixDofSpringJoint_createJoint 56 (JNIEnv *, jobject, jlong, jlong, jobject, jobject, jobject, jobject, jboolean); 57 58 #ifdef __cplusplus 59 } 60 #endif 61 #endif 62