00001 #ifndef STAR_point3_H 00002 #define STAR_point3_H 00003 // $Id: point3.h,v 1.2 2000/01/12 18:07:25 fine Exp $ 00004 # define POINT3_SPEC \ 00005 "struct point3_st { \ 00006 float point[3]; \ 00007 };" 00008 struct point3_st { 00009 float point[3]; 00010 }; 00011 // $Log: point3.h,v $ 00012 // Revision 1.2 2000/01/12 18:07:25 fine 00013 // cvs symbols have been added and copyright class introduced 00014 // 00015 #endif 00016
1.5.9