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_SliderJoint */
      4 
      5 #ifndef _Included_com_jme3_bullet_joints_SliderJoint
      6 #define _Included_com_jme3_bullet_joints_SliderJoint
      7 #ifdef __cplusplus
      8 extern "C" {
      9 #endif
     10 /*
     11  * Class:     com_jme3_bullet_joints_SliderJoint
     12  * Method:    getLowerLinLimit
     13  * Signature: (J)F
     14  */
     15 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getLowerLinLimit
     16   (JNIEnv *, jobject, jlong);
     17 
     18 /*
     19  * Class:     com_jme3_bullet_joints_SliderJoint
     20  * Method:    setLowerLinLimit
     21  * Signature: (JF)V
     22  */
     23 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setLowerLinLimit
     24   (JNIEnv *, jobject, jlong, jfloat);
     25 
     26 /*
     27  * Class:     com_jme3_bullet_joints_SliderJoint
     28  * Method:    getUpperLinLimit
     29  * Signature: (J)F
     30  */
     31 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getUpperLinLimit
     32   (JNIEnv *, jobject, jlong);
     33 
     34 /*
     35  * Class:     com_jme3_bullet_joints_SliderJoint
     36  * Method:    setUpperLinLimit
     37  * Signature: (JF)V
     38  */
     39 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setUpperLinLimit
     40   (JNIEnv *, jobject, jlong, jfloat);
     41 
     42 /*
     43  * Class:     com_jme3_bullet_joints_SliderJoint
     44  * Method:    getLowerAngLimit
     45  * Signature: (J)F
     46  */
     47 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getLowerAngLimit
     48   (JNIEnv *, jobject, jlong);
     49 
     50 /*
     51  * Class:     com_jme3_bullet_joints_SliderJoint
     52  * Method:    setLowerAngLimit
     53  * Signature: (JF)V
     54  */
     55 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setLowerAngLimit
     56   (JNIEnv *, jobject, jlong, jfloat);
     57 
     58 /*
     59  * Class:     com_jme3_bullet_joints_SliderJoint
     60  * Method:    getUpperAngLimit
     61  * Signature: (J)F
     62  */
     63 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getUpperAngLimit
     64   (JNIEnv *, jobject, jlong);
     65 
     66 /*
     67  * Class:     com_jme3_bullet_joints_SliderJoint
     68  * Method:    setUpperAngLimit
     69  * Signature: (JF)V
     70  */
     71 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setUpperAngLimit
     72   (JNIEnv *, jobject, jlong, jfloat);
     73 
     74 /*
     75  * Class:     com_jme3_bullet_joints_SliderJoint
     76  * Method:    getSoftnessDirLin
     77  * Signature: (J)F
     78  */
     79 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getSoftnessDirLin
     80   (JNIEnv *, jobject, jlong);
     81 
     82 /*
     83  * Class:     com_jme3_bullet_joints_SliderJoint
     84  * Method:    setSoftnessDirLin
     85  * Signature: (JF)V
     86  */
     87 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setSoftnessDirLin
     88   (JNIEnv *, jobject, jlong, jfloat);
     89 
     90 /*
     91  * Class:     com_jme3_bullet_joints_SliderJoint
     92  * Method:    getRestitutionDirLin
     93  * Signature: (J)F
     94  */
     95 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getRestitutionDirLin
     96   (JNIEnv *, jobject, jlong);
     97 
     98 /*
     99  * Class:     com_jme3_bullet_joints_SliderJoint
    100  * Method:    setRestitutionDirLin
    101  * Signature: (JF)V
    102  */
    103 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setRestitutionDirLin
    104   (JNIEnv *, jobject, jlong, jfloat);
    105 
    106 /*
    107  * Class:     com_jme3_bullet_joints_SliderJoint
    108  * Method:    getDampingDirLin
    109  * Signature: (J)F
    110  */
    111 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getDampingDirLin
    112   (JNIEnv *, jobject, jlong);
    113 
    114 /*
    115  * Class:     com_jme3_bullet_joints_SliderJoint
    116  * Method:    setDampingDirLin
    117  * Signature: (JF)V
    118  */
    119 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setDampingDirLin
    120   (JNIEnv *, jobject, jlong, jfloat);
    121 
    122 /*
    123  * Class:     com_jme3_bullet_joints_SliderJoint
    124  * Method:    getSoftnessDirAng
    125  * Signature: (J)F
    126  */
    127 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getSoftnessDirAng
    128   (JNIEnv *, jobject, jlong);
    129 
    130 /*
    131  * Class:     com_jme3_bullet_joints_SliderJoint
    132  * Method:    setSoftnessDirAng
    133  * Signature: (JF)V
    134  */
    135 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setSoftnessDirAng
    136   (JNIEnv *, jobject, jlong, jfloat);
    137 
    138 /*
    139  * Class:     com_jme3_bullet_joints_SliderJoint
    140  * Method:    getRestitutionDirAng
    141  * Signature: (J)F
    142  */
    143 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getRestitutionDirAng
    144   (JNIEnv *, jobject, jlong);
    145 
    146 /*
    147  * Class:     com_jme3_bullet_joints_SliderJoint
    148  * Method:    setRestitutionDirAng
    149  * Signature: (JF)V
    150  */
    151 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setRestitutionDirAng
    152   (JNIEnv *, jobject, jlong, jfloat);
    153 
    154 /*
    155  * Class:     com_jme3_bullet_joints_SliderJoint
    156  * Method:    getDampingDirAng
    157  * Signature: (J)F
    158  */
    159 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getDampingDirAng
    160   (JNIEnv *, jobject, jlong);
    161 
    162 /*
    163  * Class:     com_jme3_bullet_joints_SliderJoint
    164  * Method:    setDampingDirAng
    165  * Signature: (JF)V
    166  */
    167 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setDampingDirAng
    168   (JNIEnv *, jobject, jlong, jfloat);
    169 
    170 /*
    171  * Class:     com_jme3_bullet_joints_SliderJoint
    172  * Method:    getSoftnessLimLin
    173  * Signature: (J)F
    174  */
    175 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getSoftnessLimLin
    176   (JNIEnv *, jobject, jlong);
    177 
    178 /*
    179  * Class:     com_jme3_bullet_joints_SliderJoint
    180  * Method:    setSoftnessLimLin
    181  * Signature: (JF)V
    182  */
    183 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setSoftnessLimLin
    184   (JNIEnv *, jobject, jlong, jfloat);
    185 
    186 /*
    187  * Class:     com_jme3_bullet_joints_SliderJoint
    188  * Method:    getRestitutionLimLin
    189  * Signature: (J)F
    190  */
    191 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getRestitutionLimLin
    192   (JNIEnv *, jobject, jlong);
    193 
    194 /*
    195  * Class:     com_jme3_bullet_joints_SliderJoint
    196  * Method:    setRestitutionLimLin
    197  * Signature: (JF)V
    198  */
    199 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setRestitutionLimLin
    200   (JNIEnv *, jobject, jlong, jfloat);
    201 
    202 /*
    203  * Class:     com_jme3_bullet_joints_SliderJoint
    204  * Method:    getDampingLimLin
    205  * Signature: (J)F
    206  */
    207 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getDampingLimLin
    208   (JNIEnv *, jobject, jlong);
    209 
    210 /*
    211  * Class:     com_jme3_bullet_joints_SliderJoint
    212  * Method:    setDampingLimLin
    213  * Signature: (JF)V
    214  */
    215 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setDampingLimLin
    216   (JNIEnv *, jobject, jlong, jfloat);
    217 
    218 /*
    219  * Class:     com_jme3_bullet_joints_SliderJoint
    220  * Method:    getSoftnessLimAng
    221  * Signature: (J)F
    222  */
    223 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getSoftnessLimAng
    224   (JNIEnv *, jobject, jlong);
    225 
    226 /*
    227  * Class:     com_jme3_bullet_joints_SliderJoint
    228  * Method:    setSoftnessLimAng
    229  * Signature: (JF)V
    230  */
    231 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setSoftnessLimAng
    232   (JNIEnv *, jobject, jlong, jfloat);
    233 
    234 /*
    235  * Class:     com_jme3_bullet_joints_SliderJoint
    236  * Method:    getRestitutionLimAng
    237  * Signature: (J)F
    238  */
    239 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getRestitutionLimAng
    240   (JNIEnv *, jobject, jlong);
    241 
    242 /*
    243  * Class:     com_jme3_bullet_joints_SliderJoint
    244  * Method:    setRestitutionLimAng
    245  * Signature: (JF)V
    246  */
    247 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setRestitutionLimAng
    248   (JNIEnv *, jobject, jlong, jfloat);
    249 
    250 /*
    251  * Class:     com_jme3_bullet_joints_SliderJoint
    252  * Method:    getDampingLimAng
    253  * Signature: (J)F
    254  */
    255 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getDampingLimAng
    256   (JNIEnv *, jobject, jlong);
    257 
    258 /*
    259  * Class:     com_jme3_bullet_joints_SliderJoint
    260  * Method:    setDampingLimAng
    261  * Signature: (JF)V
    262  */
    263 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setDampingLimAng
    264   (JNIEnv *, jobject, jlong, jfloat);
    265 
    266 /*
    267  * Class:     com_jme3_bullet_joints_SliderJoint
    268  * Method:    getSoftnessOrthoLin
    269  * Signature: (J)F
    270  */
    271 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getSoftnessOrthoLin
    272   (JNIEnv *, jobject, jlong);
    273 
    274 /*
    275  * Class:     com_jme3_bullet_joints_SliderJoint
    276  * Method:    setSoftnessOrthoLin
    277  * Signature: (JF)V
    278  */
    279 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setSoftnessOrthoLin
    280   (JNIEnv *, jobject, jlong, jfloat);
    281 
    282 /*
    283  * Class:     com_jme3_bullet_joints_SliderJoint
    284  * Method:    getRestitutionOrthoLin
    285  * Signature: (J)F
    286  */
    287 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getRestitutionOrthoLin
    288   (JNIEnv *, jobject, jlong);
    289 
    290 /*
    291  * Class:     com_jme3_bullet_joints_SliderJoint
    292  * Method:    setRestitutionOrthoLin
    293  * Signature: (JF)V
    294  */
    295 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setRestitutionOrthoLin
    296   (JNIEnv *, jobject, jlong, jfloat);
    297 
    298 /*
    299  * Class:     com_jme3_bullet_joints_SliderJoint
    300  * Method:    getDampingOrthoLin
    301  * Signature: (J)F
    302  */
    303 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getDampingOrthoLin
    304   (JNIEnv *, jobject, jlong);
    305 
    306 /*
    307  * Class:     com_jme3_bullet_joints_SliderJoint
    308  * Method:    setDampingOrthoLin
    309  * Signature: (JF)V
    310  */
    311 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setDampingOrthoLin
    312   (JNIEnv *, jobject, jlong, jfloat);
    313 
    314 /*
    315  * Class:     com_jme3_bullet_joints_SliderJoint
    316  * Method:    getSoftnessOrthoAng
    317  * Signature: (J)F
    318  */
    319 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getSoftnessOrthoAng
    320   (JNIEnv *, jobject, jlong);
    321 
    322 /*
    323  * Class:     com_jme3_bullet_joints_SliderJoint
    324  * Method:    setSoftnessOrthoAng
    325  * Signature: (JF)V
    326  */
    327 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setSoftnessOrthoAng
    328   (JNIEnv *, jobject, jlong, jfloat);
    329 
    330 /*
    331  * Class:     com_jme3_bullet_joints_SliderJoint
    332  * Method:    getRestitutionOrthoAng
    333  * Signature: (J)F
    334  */
    335 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getRestitutionOrthoAng
    336   (JNIEnv *, jobject, jlong);
    337 
    338 /*
    339  * Class:     com_jme3_bullet_joints_SliderJoint
    340  * Method:    setRestitutionOrthoAng
    341  * Signature: (JF)V
    342  */
    343 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setRestitutionOrthoAng
    344   (JNIEnv *, jobject, jlong, jfloat);
    345 
    346 /*
    347  * Class:     com_jme3_bullet_joints_SliderJoint
    348  * Method:    getDampingOrthoAng
    349  * Signature: (J)F
    350  */
    351 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getDampingOrthoAng
    352   (JNIEnv *, jobject, jlong);
    353 
    354 /*
    355  * Class:     com_jme3_bullet_joints_SliderJoint
    356  * Method:    setDampingOrthoAng
    357  * Signature: (JF)V
    358  */
    359 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setDampingOrthoAng
    360   (JNIEnv *, jobject, jlong, jfloat);
    361 
    362 /*
    363  * Class:     com_jme3_bullet_joints_SliderJoint
    364  * Method:    isPoweredLinMotor
    365  * Signature: (J)Z
    366  */
    367 JNIEXPORT jboolean JNICALL Java_com_jme3_bullet_joints_SliderJoint_isPoweredLinMotor
    368   (JNIEnv *, jobject, jlong);
    369 
    370 /*
    371  * Class:     com_jme3_bullet_joints_SliderJoint
    372  * Method:    setPoweredLinMotor
    373  * Signature: (JZ)V
    374  */
    375 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setPoweredLinMotor
    376   (JNIEnv *, jobject, jlong, jboolean);
    377 
    378 /*
    379  * Class:     com_jme3_bullet_joints_SliderJoint
    380  * Method:    getTargetLinMotorVelocity
    381  * Signature: (J)F
    382  */
    383 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getTargetLinMotorVelocity
    384   (JNIEnv *, jobject, jlong);
    385 
    386 /*
    387  * Class:     com_jme3_bullet_joints_SliderJoint
    388  * Method:    setTargetLinMotorVelocity
    389  * Signature: (JF)V
    390  */
    391 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setTargetLinMotorVelocity
    392   (JNIEnv *, jobject, jlong, jfloat);
    393 
    394 /*
    395  * Class:     com_jme3_bullet_joints_SliderJoint
    396  * Method:    getMaxLinMotorForce
    397  * Signature: (J)F
    398  */
    399 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getMaxLinMotorForce
    400   (JNIEnv *, jobject, jlong);
    401 
    402 /*
    403  * Class:     com_jme3_bullet_joints_SliderJoint
    404  * Method:    setMaxLinMotorForce
    405  * Signature: (JF)V
    406  */
    407 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setMaxLinMotorForce
    408   (JNIEnv *, jobject, jlong, jfloat);
    409 
    410 /*
    411  * Class:     com_jme3_bullet_joints_SliderJoint
    412  * Method:    isPoweredAngMotor
    413  * Signature: (J)Z
    414  */
    415 JNIEXPORT jboolean JNICALL Java_com_jme3_bullet_joints_SliderJoint_isPoweredAngMotor
    416   (JNIEnv *, jobject, jlong);
    417 
    418 /*
    419  * Class:     com_jme3_bullet_joints_SliderJoint
    420  * Method:    setPoweredAngMotor
    421  * Signature: (JZ)V
    422  */
    423 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setPoweredAngMotor
    424   (JNIEnv *, jobject, jlong, jboolean);
    425 
    426 /*
    427  * Class:     com_jme3_bullet_joints_SliderJoint
    428  * Method:    getTargetAngMotorVelocity
    429  * Signature: (J)F
    430  */
    431 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getTargetAngMotorVelocity
    432   (JNIEnv *, jobject, jlong);
    433 
    434 /*
    435  * Class:     com_jme3_bullet_joints_SliderJoint
    436  * Method:    setTargetAngMotorVelocity
    437  * Signature: (JF)V
    438  */
    439 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setTargetAngMotorVelocity
    440   (JNIEnv *, jobject, jlong, jfloat);
    441 
    442 /*
    443  * Class:     com_jme3_bullet_joints_SliderJoint
    444  * Method:    getMaxAngMotorForce
    445  * Signature: (J)F
    446  */
    447 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_SliderJoint_getMaxAngMotorForce
    448   (JNIEnv *, jobject, jlong);
    449 
    450 /*
    451  * Class:     com_jme3_bullet_joints_SliderJoint
    452  * Method:    setMaxAngMotorForce
    453  * Signature: (JF)V
    454  */
    455 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SliderJoint_setMaxAngMotorForce
    456   (JNIEnv *, jobject, jlong, jfloat);
    457 
    458 /*
    459  * Class:     com_jme3_bullet_joints_SliderJoint
    460  * Method:    createJoint
    461  * Signature: (JJLcom/jme3/math/Vector3f;Lcom/jme3/math/Matrix3f;Lcom/jme3/math/Vector3f;Lcom/jme3/math/Matrix3f;Z)J
    462  */
    463 JNIEXPORT jlong JNICALL Java_com_jme3_bullet_joints_SliderJoint_createJoint
    464   (JNIEnv *, jobject, jlong, jlong, jobject, jobject, jobject, jobject, jboolean);
    465 
    466 #ifdef __cplusplus
    467 }
    468 #endif
    469 #endif
    470