Teem 1.10.0
src/ell/test/inter.c File Reference
#include "../ell.h"
Include dependency graph for inter.c:

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 Documentation

#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)

Function Documentation

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 
)

Variable Documentation

char* interInfo = ("Recreates memories of college physics")