00001 #ifndef UTIL_H 00002 #define UTIL_H 00003 00004 void get_rot( double a, double b , double c, double trans[3][4] ); 00005 int get_angle( double trans[3][4], double *wa, double *wb, double *wc ); 00006 double get_height( double x, double y, double trans[3][4], double boundary[3][2] ); 00007 00008 /* RJS */ 00009 int 00010 wrappedDropOntoMap(char *where, float *inPt, float *outPt); 00011 00012 #endif