cgma
CubitVectorStruct.h
Go to the documentation of this file.
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 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines