1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class com_jme3_bullet_objects_VehicleWheel */
4 
5 #ifndef _Included_com_jme3_bullet_objects_VehicleWheel
6 #define _Included_com_jme3_bullet_objects_VehicleWheel
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     com_jme3_bullet_objects_VehicleWheel
12  * Method:    getWheelLocation
13  * Signature: (JILcom/jme3/math/Vector3f;)V
14  */
15 JNIEXPORT void JNICALL Java_com_jme3_bullet_objects_VehicleWheel_getWheelLocation
16   (JNIEnv *, jobject, jlong, jint, jobject);
17 
18 /*
19  * Class:     com_jme3_bullet_objects_VehicleWheel
20  * Method:    getWheelRotation
21  * Signature: (JILcom/jme3/math/Matrix3f;)V
22  */
23 JNIEXPORT void JNICALL Java_com_jme3_bullet_objects_VehicleWheel_getWheelRotation
24   (JNIEnv *, jobject, jlong, jint, jobject);
25 
26 /*
27  * Class:     com_jme3_bullet_objects_VehicleWheel
28  * Method:    applyInfo
29  * Signature: (JIFFFFFFFFZF)V
30  */
31 JNIEXPORT void JNICALL Java_com_jme3_bullet_objects_VehicleWheel_applyInfo
32   (JNIEnv *, jobject, jlong, jint, jfloat, jfloat, jfloat, jfloat, jfloat, jfloat, jfloat, jfloat, jboolean, jfloat);
33 
34 /*
35  * Class:     com_jme3_bullet_objects_VehicleWheel
36  * Method:    getCollisionLocation
37  * Signature: (JILcom/jme3/math/Vector3f;)V
38  */
39 JNIEXPORT void JNICALL Java_com_jme3_bullet_objects_VehicleWheel_getCollisionLocation
40   (JNIEnv *, jobject, jlong, jint, jobject);
41 
42 /*
43  * Class:     com_jme3_bullet_objects_VehicleWheel
44  * Method:    getCollisionNormal
45  * Signature: (JILcom/jme3/math/Vector3f;)V
46  */
47 JNIEXPORT void JNICALL Java_com_jme3_bullet_objects_VehicleWheel_getCollisionNormal
48   (JNIEnv *, jobject, jlong, jint, jobject);
49 
50 /*
51  * Class:     com_jme3_bullet_objects_VehicleWheel
52  * Method:    getSkidInfo
53  * Signature: (JI)F
54  */
55 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_objects_VehicleWheel_getSkidInfo
56   (JNIEnv *, jobject, jlong, jint);
57 
58 /*
59  * Class:     com_jme3_bullet_objects_VehicleWheel
60  * Method:    getDeltaRotation
61  * Signature: (JI)F
62  */
63 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_objects_VehicleWheel_getDeltaRotation
64   (JNIEnv *, jobject, jlong, jint);
65 
66 #ifdef __cplusplus
67 }
68 #endif
69 #endif
70