Files Classes Functions Hierarchy
00001 #ifndef ARCSDEF_H 00002 #define ARCSDEF_H 00003 00004 #include <mathconstants.h> 00005 #include <point.h> 00006 #include <print.h> 00007 00008 typedef point2<double> pt2; 00009 typedef point2<double> const pt2c; 00010 00011 #endif 00012 00013
1.5.8