This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
BWMirror-Generator/headers4/bwta_Polygon.h
2015-02-27 21:29:33 +01:00

54 lines
1.2 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class bwta_Polygon */
#ifndef _Included_bwta_Polygon
#define _Included_bwta_Polygon
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: bwta_Polygon
* Method: getArea_native
* Signature: (J)D
*/
JNIEXPORT jdouble JNICALL Java_bwta_Polygon_getArea_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwta_Polygon
* Method: getPerimeter_native
* Signature: (J)D
*/
JNIEXPORT jdouble JNICALL Java_bwta_Polygon_getPerimeter_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwta_Polygon
* Method: getCenter_native
* Signature: (J)Lbwapi/Position;
*/
JNIEXPORT jobject JNICALL Java_bwta_Polygon_getCenter_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwta_Polygon
* Method: isInside_native
* Signature: (JLbwapi/Position;)Z
*/
JNIEXPORT jboolean JNICALL Java_bwta_Polygon_isInside_1native
(JNIEnv *, jobject, jlong, jobject);
/*
* Class: bwta_Polygon
* Method: getNearestPoint_native
* Signature: (JLbwapi/Position;)Lbwapi/Position;
*/
JNIEXPORT jobject JNICALL Java_bwta_Polygon_getNearestPoint_1native
(JNIEnv *, jobject, jlong, jobject);
#ifdef __cplusplus
}
#endif
#endif