Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 204 | chris | 1 | #ifndef UTIL_H |
| 2 | #define UTIL_H |
||
| 3 | |||
| 4 | void get_rot( double a, double b , double c, double trans[3][4] ); |
||
| 5 | int get_angle( double trans[3][4], double *wa, double *wb, double *wc ); |
||
| 6 | double get_height( double x, double y, double trans[3][4], double boundary[3][2] ); |
||
| 7 | |||
| 8 | /* RJS */ |
||
| 9 | int |
||
| 10 | wrappedDropOntoMap(char *where, float *inPt, float *outPt); |
||
| 11 | |||
| 12 | #endif |