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

/home/mrm/Simex/simulations/hr_bike/pv_drawings.h

Go to the documentation of this file.
00001 #ifndef Pv_Drawings_Included
00002 #define Pv_Drawings_Included
00003 
00004 #include<GL/gl.h>
00005 #include<GL/glu.h>
00006 
00007 #include "pv_point.h"
00008 
00009 void
00010 pv_triangle_and_normal(Pv_Point A,Pv_Point B,Pv_Point C);
00011 
00012 void
00013 pv_gluCylinder(double radius,
00014                Pv_Point A,
00015                Pv_Point B);
00016 
00017               
00018 #endif

Generated on Sat Jul 19 04:01:21 2003 for SIMEX by doxygen1.2.18