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 px, double py, double trans[3][4], double boundary[3][2]) |
void | get_rot (double a, double b, double c, double trans[3][4]) |
int get_angle | ( | double | trans[3][4], |
double * | wa, | ||
double * | wb, | ||
double * | wc | ||
) |
Definition at line 25 of file examples/paddleDemo/util.c.
double get_height | ( | double | px, |
double | py, | ||
double | trans[3][4], | ||
double | boundary[3][2] | ||
) |
Definition at line 131 of file examples/paddleDemo/util.c.
void get_rot | ( | double | a, |
double | b, | ||
double | c, | ||
double | trans[3][4] | ||
) |
Definition at line 5 of file examples/paddleDemo/util.c.