camera_t : basic physical properties of a camera
More...
#include <camera.h>
List of all members.
Detailed Description
camera_t : basic physical properties of a camera
Definition at line 88 of file camera.h.
Constructor & Destructor Documentation
glut::camera_t::camera_t |
( |
void |
|
) |
throw () [inline] |
Member Function Documentation
void glut::camera_t::clear |
( |
void |
|
) |
throw () [inline] |
float glut::camera_t::getFovy |
( |
void |
|
) |
const throw () [inline] |
float glut::camera_t::getAspect |
( |
void |
|
) |
const throw () [inline] |
float glut::camera_t::getZNear |
( |
void |
|
) |
const throw () [inline] |
float glut::camera_t::getZFar |
( |
void |
|
) |
const throw () [inline] |
void glut::camera_t::setAspect |
( |
IN float |
a |
) |
throw () [inline] |
void glut::camera_t::setAspect |
( |
IN int |
width, |
|
|
IN int |
height | |
|
) |
| | throw () [inline] |
void glut::camera_t::setZFar |
( |
IN float |
z |
) |
throw () [inline] |
Member Data Documentation
The documentation for this struct was generated from the following file: