CTargetCamera.h Source File

Chapitre 1

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

CTargetCamera.h

00001 
00007 #ifndef __CTARGETCAM_H__
00008 #define __CTARGETCAM_H__
00009 
00010 #include "CCamera.h"
00011 
00012 class CTargetCamera : public CCamera
00013 {
00014         private:
00015                 CVector3D       m_lookAtPoint;  // Le point observé
00016                                   
00017     public:
00018                 // constructeurs et destructeur
00019                 CTargetCamera() {}
00020                 CTargetCamera(CVector3D& camPos, CVector3D& lookAtPoint, CVector3D& upVector);
00021         virtual ~CTargetCamera() {}
00022 };
00023 
00024 #endif /* #ifndef __CTARGETCAM_H__ */

Generated on Thu Apr 4 23:14:17 2002 by doxygen1.2.15