/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class com_jme3_bullet_objects_VehicleWheel */ #ifndef _Included_com_jme3_bullet_objects_VehicleWheel #define _Included_com_jme3_bullet_objects_VehicleWheel #ifdef __cplusplus extern "C" { #endif /* * Class: com_jme3_bullet_objects_VehicleWheel * Method: getWheelLocation * Signature: (JLcom/jme3/math/Vector3f;)V */ JNIEXPORT void JNICALL Java_com_jme3_bullet_objects_VehicleWheel_getWheelLocation (JNIEnv *, jobject, jlong, jobject); /* * Class: com_jme3_bullet_objects_VehicleWheel * Method: getWheelRotation * Signature: (JLcom/jme3/math/Matrix3f;)V */ JNIEXPORT void JNICALL Java_com_jme3_bullet_objects_VehicleWheel_getWheelRotation (JNIEnv *, jobject, jlong, jobject); /* * Class: com_jme3_bullet_objects_VehicleWheel * Method: applyInfo * Signature: (JFFFFFFFFZF)V */ JNIEXPORT void JNICALL Java_com_jme3_bullet_objects_VehicleWheel_applyInfo (JNIEnv *, jobject, jlong, jfloat, jfloat, jfloat, jfloat, jfloat, jfloat, jfloat, jfloat, jboolean, jfloat); /* * Class: com_jme3_bullet_objects_VehicleWheel * Method: getCollisionLocation * Signature: (JLcom/jme3/math/Vector3f;)V */ JNIEXPORT void JNICALL Java_com_jme3_bullet_objects_VehicleWheel_getCollisionLocation (JNIEnv *, jobject, jlong, jobject); /* * Class: com_jme3_bullet_objects_VehicleWheel * Method: getCollisionNormal * Signature: (JLcom/jme3/math/Vector3f;)V */ JNIEXPORT void JNICALL Java_com_jme3_bullet_objects_VehicleWheel_getCollisionNormal (JNIEnv *, jobject, jlong, jobject); /* * Class: com_jme3_bullet_objects_VehicleWheel * Method: getSkidInfo * Signature: (J)F */ JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_objects_VehicleWheel_getSkidInfo (JNIEnv *, jobject, jlong); /* * Class: com_jme3_bullet_objects_VehicleWheel * Method: finalizeNative * Signature: (J)V */ JNIEXPORT void JNICALL Java_com_jme3_bullet_objects_VehicleWheel_finalizeNative (JNIEnv *, jobject, jlong); #ifdef __cplusplus } #endif #endif