StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
point3.h
1 #ifndef STAR_point3_H
2 #define STAR_point3_H
3 // $Id: point3.h,v 1.2 2000/01/12 18:07:25 fine Exp $
4 # define POINT3_SPEC \
5  "struct point3_st { \
6  float point[3]; \
7  };"
8 struct point3_st {
9  float point[3];
10 };
11 // $Log: point3.h,v $
12 // Revision 1.2 2000/01/12 18:07:25 fine
13 // cvs symbols have been added and copyright class introduced
14 //
15 #endif
16