org_ogre4j_plane.h

来自「使用stl技术,(还没看,是听说的)」· C头文件 代码 · 共 36 行

H
36
字号
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_ogre4j_Plane */

#ifndef _Included_org_ogre4j_Plane
#define _Included_org_ogre4j_Plane
#ifdef __cplusplus
extern "C" {
#endif
#undef org_ogre4j_Plane_NO_SIDE
#define org_ogre4j_Plane_NO_SIDE 0L
#undef org_ogre4j_Plane_POSITIVE_SIDE
#define org_ogre4j_Plane_POSITIVE_SIDE 1L
#undef org_ogre4j_Plane_NEGATIVE_SIDE
#define org_ogre4j_Plane_NEGATIVE_SIDE 2L
/*
 * Class:     org_ogre4j_Plane
 * Method:    getDistance
 * Signature: (Lorg/ogre4j/math/Vector3;)F
 */
JNIEXPORT jfloat JNICALL Java_org_ogre4j_Plane_getDistance
  (JNIEnv *, jobject, jobject);

/*
 * Class:     org_ogre4j_Plane
 * Method:    getSide
 * Signature: (Lorg/ogre4j/math/Vector3;)I
 */
JNIEXPORT jint JNICALL Java_org_ogre4j_Plane_getSide
  (JNIEnv *, jobject, jobject);

#ifdef __cplusplus
}
#endif
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?