#include "plplotP.h"
Defines | |
#define | NEED_PLDEBUG |
#define | SCALE0 2.0 |
Functions | |
int | plParseOpts (int *p_argc, const char **argv, PLINT mode) |
void | plHLS_RGB (PLFLT h, PLFLT l, PLFLT s, PLFLT *p_r, PLFLT *p_g, PLFLT *p_b) |
void | plRGB_HLS (PLFLT r, PLFLT g, PLFLT b, PLFLT *p_h, PLFLT *p_l, PLFLT *p_s) |
void | plarrows (PLFLT *u, PLFLT *v, PLFLT *x, PLFLT *y, PLINT n, PLFLT scale, PLFLT dx, PLFLT dy) |
Variables | |
static PLFLT | arrow_x [4] = {0.5, -0.5, -0.27, -0.5} |
static PLFLT | arrow_y [4] = {0.0, 0.0, 0.0, 0.20} |
#define NEED_PLDEBUG |
#define SCALE0 2.0 |
void plarrows | ( | PLFLT * | u, | |
PLFLT * | v, | |||
PLFLT * | x, | |||
PLFLT * | y, | |||
PLINT | n, | |||
PLFLT | scale, | |||
PLFLT | dx, | |||
PLFLT | dy | |||
) |
int plParseOpts | ( | int * | p_argc, | |
const char ** | argv, | |||
PLINT | mode | |||
) |