/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* 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

