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
1.2.18