Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8308857
FROG_Camera.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
590 B
Subscribers
None
FROG_Camera.h
View Options
#ifndef _FROG_CAMERA_H__
#define _FROG_CAMERA_H__
#ifdef linux
#include
<GL/gl.h>
#include
<GL/glu.h>
#else
#define _CRT_SECURE_NO_DEPRECATE 1
#include
<windows.h>
#include
<gl/gl.h>
#include
<gl/glu.h>
#endif
#include
<stdio.h>
#include
<math.h>
class
FROG_Camera
{
public
:
FROG_Camera
(
void
);
public
:
~
FROG_Camera
(
void
);
void
LookAt
();
void
Reset
();
void
Move
(
float
dx
,
float
dy
);
float
dir_x
;
float
dir_y
;
float
dir_z
;
float
target_x
;
float
target_y
;
float
target_z
;
float
vert_x
;
float
vert_y
;
float
vert_z
;
float
phi
;
float
theta
;
float
R
;
};
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sat, Dec 21, 1:23 PM (19 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4022943
Default Alt Text
FROG_Camera.h (590 B)
Attached To
rFROGSVN frogsvn
Event Timeline
Log In to Comment