cgma
|
00001 #ifndef CUBITPLANESTRUCT_HPP 00002 #define CUBITPLANESTRUCT_HPP 00003 00004 #include "CubitVectorStruct.h" 00005 00006 struct CubitPlaneStruct 00007 { 00008 struct CubitVectorStruct normal_; 00009 double d_; 00010 }; 00011 #endif 00012