#include <math.h>
#include <string.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pkgeom.h"
#include "psout.h"
#include "psprivate.h"
Defines | |
#define | MAG 0.85 |
#define | mx (float)1.4 |
Functions | |
void | psl_SetLine (float x1, float y1, float x2, float y2, float t1, float t2) |
void | psl_GetPointf (float t, float *x, float *y) |
void | psl_GetPointd (double t, double *x, double *y) |
float | psl_GetDParam (float dl) |
void | psl_GoAlong (float s, float *x, float *y) |
void | psl_GoPerp (float s, float *x, float *y) |
void | psl_Tick (float t) |
void | psl_BTick (float t) |
void | psl_HTick (float t, boolean left) |
void | psl_Dot (float t) |
void | psl_HDot (float t) |
void | psl_Arrow (float t, boolean sgn) |
void | psl_BkArrow (float t, boolean sgn) |
void | psl_Draw (float ta, float tb, float w) |
void | psl_ADraw (float ta, float tb, float ea, float eb, float w) |
void | psl_MapsTo (float t) |
void | psl_DrawEye (float t, byte cc, float mag, float ang) |
#define MAG 0.85 |
#define mx (float)1.4 |
void psl_ADraw | ( | float | ta, | |
float | tb, | |||
float | ea, | |||
float | eb, | |||
float | w | |||
) |
void psl_Arrow | ( | float | t, | |
boolean | sgn | |||
) |
void psl_BkArrow | ( | float | t, | |
boolean | sgn | |||
) |
void psl_BTick | ( | float | t | ) |
void psl_Dot | ( | float | t | ) |
void psl_Draw | ( | float | ta, | |
float | tb, | |||
float | w | |||
) |
void psl_DrawEye | ( | float | t, | |
byte | cc, | |||
float | mag, | |||
float | ang | |||
) |
float psl_GetDParam | ( | float | dl | ) |
void psl_GetPointd | ( | double | t, | |
double * | x, | |||
double * | y | |||
) |
void psl_GetPointf | ( | float | t, | |
float * | x, | |||
float * | y | |||
) |
void psl_GoAlong | ( | float | s, | |
float * | x, | |||
float * | y | |||
) |
void psl_GoPerp | ( | float | s, | |
float * | x, | |||
float * | y | |||
) |
void psl_HDot | ( | float | t | ) |
void psl_HTick | ( | float | t, | |
boolean | left | |||
) |
void psl_MapsTo | ( | float | t | ) |
void psl_SetLine | ( | float | x1, | |
float | y1, | |||
float | x2, | |||
float | y2, | |||
float | t1, | |||
float | t2 | |||
) |
void psl_Tick | ( | float | t | ) |