#include "../ell.h"
Data Structures | |
struct | wheelPS |
Defines | |
#define | WPS_X(x) AIR_AFFINE(wps->bbox[0], (x), wps->bbox[2], 0, wps->maxX) |
#define | WPS_Y(y) AIR_AFFINE(wps->bbox[1], (y), wps->bbox[3], 0, wps->maxY) |
#define | WPS_S(s) AIR_DELTA(wps->bbox[1], (s), wps->bbox[3], 0, wps->maxY) |
Functions | |
void | wheelPreamble (wheelPS *wps) |
void | wheelWidth (wheelPS *wps, double width) |
void | wheelGray (wheelPS *wps, double gray) |
void | wheelArrow (wheelPS *wps, double x0, double y0, double x1, double y1, double alen, double awidth) |
void | wheelEpilog (wheelPS *wps) |
int | main (int argc, char *argv[]) |
Variables | |
char * | interInfo = ("Recreates memories of college physics") |
#define WPS_S | ( | s | ) | AIR_DELTA(wps->bbox[1], (s), wps->bbox[3], 0, wps->maxY) |
#define WPS_X | ( | x | ) | AIR_AFFINE(wps->bbox[0], (x), wps->bbox[2], 0, wps->maxX) |
#define WPS_Y | ( | y | ) | AIR_AFFINE(wps->bbox[1], (y), wps->bbox[3], 0, wps->maxY) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
void wheelArrow | ( | wheelPS * | wps, | |
double | x0, | |||
double | y0, | |||
double | x1, | |||
double | y1, | |||
double | alen, | |||
double | awidth | |||
) |
void wheelEpilog | ( | wheelPS * | wps | ) |
void wheelGray | ( | wheelPS * | wps, | |
double | gray | |||
) |
void wheelPreamble | ( | wheelPS * | wps | ) |
void wheelWidth | ( | wheelPS * | wps, | |
double | width | |||
) |
char* interInfo = ("Recreates memories of college physics") |