#include "draw_cbln_dtm.H"
#include "queue_generator.H"
#include <cmath>
Functions | |
double | xCompRotAboutPt (double x, double y, double ppx, double ppy, double theta) |
Describe me. | |
double | yCompRotAboutPt (double x, double y, double ppx, double ppy, double theta) |
Describe me. |
double xCompRotAboutPt | ( | double | x, | |
double | y, | |||
double | ppx, | |||
double | ppy, | |||
double | theta | |||
) |
Describe me.
x | X location of point. | |
y | Y location of point. | |
ppx | Describe me. | |
ppy | Describe me. | |
theta | Rotation amount. |
Referenced by cajun::draw_cbln_dtm_t::dtm_x_to_sim_x().
double yCompRotAboutPt | ( | double | x, | |
double | y, | |||
double | ppx, | |||
double | ppy, | |||
double | theta | |||
) |
Describe me.
x | X location of point. | |
y | Y location of point. | |
ppx | Describe me. | |
ppy | Describe me. | |
theta | Rotation amount. |
Referenced by cajun::draw_cbln_dtm_t::dtm_y_to_sim_y().