00001 #ifndef __SLICE_PARAMETERS__ 00002 #define __SLICE_PARAMETERS__ 00003 00004 #include "cml/cml.h" 00005 00008 struct SliceParameters 00009 { 00010 cml::vector3d normal; 00011 double translation; 00012 }; 00013 00014 #endif