CIntersectInfo.h Source File

Chapitre 1

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

CIntersectInfo.h

00001 
00007 #ifndef __CINTERSECTINFO_H__
00008 #define __CINTERSECTINFO_H__
00009 
00010 #include "UtilityLib.h"
00011 #include "stdlib.h"
00012 
00013 // forward declarations
00014 class CScene;
00015 class CNode;
00016                                   
00017 // information sur l'intersection
00018 class CIntersectInfo
00019 {
00020         public:
00021                 CVector3D               m_Intersection; // Position de l'intersection   
00022                 CNode                   *m_Node;                // Node touchée par l'intersection
00023 
00024                 // constructeurs et destructeur
00025                 CIntersectInfo() : m_Node(NULL) {}
00026                 virtual ~CIntersectInfo() {}
00027 };
00028 
00029 #endif /* #ifndef __CINTERSECTINFO_H__ */

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