X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=misc%2Fpredicates.h;fp=misc%2Fpredicates.h;h=a0ad678dfc9d9eaf8f75bc893c40fcad9542ecf4;hp=0000000000000000000000000000000000000000;hb=abad13c38a0e0410758f93c91d5e1cfee2b77ee6;hpb=3fc0193d90b6ac22c21b3e0c3c129ed9c3e089bc diff --git a/misc/predicates.h b/misc/predicates.h new file mode 100644 index 0000000..a0ad678 --- /dev/null +++ b/misc/predicates.h @@ -0,0 +1,29 @@ +/* DO NOT EDIT THIS FILE - it is machine generated */ +#include +/* Header for class org_ibex_graphics_Predicates */ + +#ifndef _Included_org_ibex_graphics_Predicates +#define _Included_org_ibex_graphics_Predicates +#ifdef __cplusplus +extern "C" { +#endif +/* + * Class: org_ibex_graphics_Predicates + * Method: side + * Signature: (DDDDDD)I + */ +JNIEXPORT jint JNICALL Java_org_ibex_graphics_Predicates_side + (JNIEnv *, jclass, jdouble, jdouble, jdouble, jdouble, jdouble, jdouble); + +/* + * Class: org_ibex_graphics_Predicates + * Method: incircle + * Signature: (DDDDDDDD)I + */ +JNIEXPORT jint JNICALL Java_org_ibex_graphics_Predicates_incircle + (JNIEnv *, jclass, jdouble, jdouble, jdouble, jdouble, jdouble, jdouble, jdouble, jdouble); + +#ifdef __cplusplus +} +#endif +#endif