⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 org_ogre4j_camera.h

📁 使用stl技术,(还没看,是听说的)
💻 H
字号:
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_ogre4j_Camera */

#ifndef _Included_org_ogre4j_Camera
#define _Included_org_ogre4j_Camera
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     org_ogre4j_Camera
 * Method:    setDetailLevel
 * Signature: (I)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Camera_setDetailLevel
  (JNIEnv *, jobject, jint);

/*
 * Class:     org_ogre4j_Camera
 * Method:    getDetailLevel
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_org_ogre4j_Camera_getDetailLevel
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Camera
 * Method:    setPosition
 * Signature: (FFF)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Camera_setPosition__FFF
  (JNIEnv *, jobject, jfloat, jfloat, jfloat);

/*
 * Class:     org_ogre4j_Camera
 * Method:    setPosition
 * Signature: (Lorg/ogre4j/math/Vector3;)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Camera_setPosition__Lorg_ogre4j_math_Vector3_2
  (JNIEnv *, jobject, jobject);

/*
 * Class:     org_ogre4j_Camera
 * Method:    getPosition
 * Signature: ()Lorg/ogre4j/math/Vector3;
 */
JNIEXPORT jobject JNICALL Java_org_ogre4j_Camera_getPosition
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Camera
 * Method:    lookAt
 * Signature: (FFF)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Camera_lookAt
  (JNIEnv *, jobject, jfloat, jfloat, jfloat);

/*
 * Class:     org_ogre4j_Camera
 * Method:    setFarClipDistance
 * Signature: (F)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Camera_setFarClipDistance
  (JNIEnv *, jobject, jfloat);

/*
 * Class:     org_ogre4j_Camera
 * Method:    getFarClipDistance
 * Signature: ()F
 */
JNIEXPORT jfloat JNICALL Java_org_ogre4j_Camera_getFarClipDistance
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Camera
 * Method:    setNearClipDistance
 * Signature: (F)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Camera_setNearClipDistance
  (JNIEnv *, jobject, jfloat);

/*
 * Class:     org_ogre4j_Camera
 * Method:    getNearClipDistance
 * Signature: ()F
 */
JNIEXPORT jfloat JNICALL Java_org_ogre4j_Camera_getNearClipDistance
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Camera
 * Method:    setFOVy
 * Signature: (F)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Camera_setFOVy
  (JNIEnv *, jobject, jfloat);

/*
 * Class:     org_ogre4j_Camera
 * Method:    moveRelative
 * Signature: (Lorg/ogre4j/math/Vector3;)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Camera_moveRelative
  (JNIEnv *, jobject, jobject);

/*
 * Class:     org_ogre4j_Camera
 * Method:    roll
 * Signature: (F)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Camera_roll
  (JNIEnv *, jobject, jfloat);

/*
 * Class:     org_ogre4j_Camera
 * Method:    yaw
 * Signature: (F)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Camera_yaw
  (JNIEnv *, jobject, jfloat);

/*
 * Class:     org_ogre4j_Camera
 * Method:    pitch
 * Signature: (F)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Camera_pitch
  (JNIEnv *, jobject, jfloat);

/*
 * Class:     org_ogre4j_Camera
 * Method:    getName
 * Signature: ()Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_org_ogre4j_Camera_getName
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif

⌨️ 快捷键说明

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