📄 org_ogre4j_plane.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -