00001 #ifndef CUBITVECTORSTRUCT 00002 #define CUBITVECTORSTRUCT 00003 00004 struct CubitVectorStruct 00005 { 00006 double xVal; 00007 double yVal; 00008 double zVal; 00009 }; 00010 00011 #endif 00012