Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CL_Camera Class Reference

#include <camera.h>

List of all members.

Public Methods

 CL_Camera ()
 CL_Camera (float nearZ, float farZ, float fov)
void set_viewport (const CL_Viewpoint &viewpoint, float distance) const
 param: pos - The position that the camera stands in.param: dir - The direction that the camera looks in.param: up - The up direction of the camera.param: nearZ - Near clipping plane.param: farZ - Far clipping plane.param: fov - Field of view.


Public Attributes

float fov
float nearZ
float farZ


Constructor & Destructor Documentation

CL_Camera::CL_Camera ( )
 

CL_Camera::CL_Camera ( float nearZ,
float farZ,
float fov )
 


Member Function Documentation

void CL_Camera::set_viewport ( const CL_Viewpoint & viewpoint,
float distance ) const
 

param: pos - The position that the camera stands in.param: dir - The direction that the camera looks in.param: up - The up direction of the camera.param: nearZ - Near clipping plane.param: farZ - Far clipping plane.param: fov - Field of view.


Member Data Documentation

float CL_Camera::farZ
 

Definition at line 37 of file camera.h.

float CL_Camera::fov
 

Definition at line 37 of file camera.h.

float CL_Camera::nearZ
 

Definition at line 37 of file camera.h.


The documentation for this class was generated from the following file:
Generated at Wed Apr 4 19:56:41 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001