testshell/io/camera.h File Reference

Camera header file. More...

#include <math.h>
#include <GL/glew.h>
#include "vec3.h"

Data Structures

class  Camera
 The camera class. Handles movement and rotation of the camera. More...

Defines

#define M_PI   3.14159265358979323846
#define clamp(X, MIN, MAX)   ((X<MIN) ? MIN : ((X>MAX) ? MAX : X))


Detailed Description

Camera header file.

Contains the declarations of the Camera class.


Define Documentation

#define clamp ( X,
MIN,
MAX   )     ((X<MIN) ? MIN : ((X>MAX) ? MAX : X))

#define M_PI   3.14159265358979323846


Generated on Thu May 17 20:28:03 2007 for Ocean View by  doxygen 1.5.2