Go to the source code of this file.
Functions |
int | get_angle (double trans[3][4], double *wa, double *wb, double *wc) |
double | get_height (double x, double y, double trans[3][4], double boundary[3][2]) |
void | get_rot (double a, double b, double c, double trans[3][4]) |
int | wrappedDropOntoMap (char *where, float *inPt, float *outPt) |
Function Documentation
int get_angle |
( |
double |
trans[3][4], |
|
|
double * |
wa, |
|
|
double * |
wb, |
|
|
double * |
wc |
|
) |
| |
double get_height |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
trans[3][4], |
|
|
double |
boundary[3][2] |
|
) |
| |
void get_rot |
( |
double |
a, |
|
|
double |
b, |
|
|
double |
c, |
|
|
double |
trans[3][4] |
|
) |
| |