grid.h

Go to the documentation of this file.
00001 // Author: Justin Kinney
00002 // Date: Sep 2008
00003 
00004 #ifndef GRID_H
00005 #define GRID_H 1
00006 
00007 #include "meshmorph.h"
00008 
00009 struct Grid
00010 {
00011   vector3 unit_u;
00012   vector3 unit_v;
00013   double uv_vert1_u;
00014   double uv_vert2[2];
00015   Grid(Face*);
00016   void computeBarycenter(vector3 &,int,int,Face*);
00017 };
00018 
00019 #endif

Generated on Fri Feb 13 13:58:10 2009 for meshmorph by  doxygen 1.5.1