Home | History | Annotate | Download | only in bullet-native
      1 /* DO NOT EDIT THIS FILE - it is machine generated */
      2 #include <jni.h>
      3 /* Header for class com_jme3_bullet_joints_Point2PointJoint */
      4 
      5 #ifndef _Included_com_jme3_bullet_joints_Point2PointJoint
      6 #define _Included_com_jme3_bullet_joints_Point2PointJoint
      7 #ifdef __cplusplus
      8 extern "C" {
      9 #endif
     10 /*
     11  * Class:     com_jme3_bullet_joints_Point2PointJoint
     12  * Method:    setDamping
     13  * Signature: (JF)V
     14  */
     15 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_Point2PointJoint_setDamping
     16   (JNIEnv *, jobject, jlong, jfloat);
     17 
     18 /*
     19  * Class:     com_jme3_bullet_joints_Point2PointJoint
     20  * Method:    setImpulseClamp
     21  * Signature: (JF)V
     22  */
     23 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_Point2PointJoint_setImpulseClamp
     24   (JNIEnv *, jobject, jlong, jfloat);
     25 
     26 /*
     27  * Class:     com_jme3_bullet_joints_Point2PointJoint
     28  * Method:    setTau
     29  * Signature: (JF)V
     30  */
     31 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_Point2PointJoint_setTau
     32   (JNIEnv *, jobject, jlong, jfloat);
     33 
     34 /*
     35  * Class:     com_jme3_bullet_joints_Point2PointJoint
     36  * Method:    getDamping
     37  * Signature: (J)F
     38  */
     39 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_Point2PointJoint_getDamping
     40   (JNIEnv *, jobject, jlong);
     41 
     42 /*
     43  * Class:     com_jme3_bullet_joints_Point2PointJoint
     44  * Method:    getImpulseClamp
     45  * Signature: (J)F
     46  */
     47 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_Point2PointJoint_getImpulseClamp
     48   (JNIEnv *, jobject, jlong);
     49 
     50 /*
     51  * Class:     com_jme3_bullet_joints_Point2PointJoint
     52  * Method:    getTau
     53  * Signature: (J)F
     54  */
     55 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_Point2PointJoint_getTau
     56   (JNIEnv *, jobject, jlong);
     57 
     58 /*
     59  * Class:     com_jme3_bullet_joints_Point2PointJoint
     60  * Method:    createJoint
     61  * Signature: (JJLcom/jme3/math/Vector3f;Lcom/jme3/math/Vector3f;)J
     62  */
     63 JNIEXPORT jlong JNICALL Java_com_jme3_bullet_joints_Point2PointJoint_createJoint
     64   (JNIEnv *, jobject, jlong, jlong, jobject, jobject);
     65 
     66 #ifdef __cplusplus
     67 }
     68 #endif
     69 #endif
     70