Eigene Dateien/FlowVis/src/VLight.h

Go to the documentation of this file.
00001 #pragma once
00002 
00003 #ifndef __v_light_h
00004 #define __v_light_h
00005 
00006 #include "VVector.h"
00007 
00011 typedef struct  
00012 {
00013         VVector mPosition; 
00014         VVector mView;  
00015 } vLight;
00016 
00017 #endif //__v_light_h

Generated on Mon Jan 21 01:15:16 2008 for FlowVis by  doxygen 1.5.4