#include "plplotP.h"
Classes | |
struct | point |
Defines | |
#define | DTOR 0.0174533 |
#define | BINC 50 |
Functions | |
static int | compar (const void *, const void *) |
static void | addcoord (PLINT, PLINT) |
static void | tran (PLINT *, PLINT *, PLFLT, PLFLT) |
static void | buildlist (PLINT, PLINT, PLINT, PLINT, PLINT, PLINT, PLINT) |
void | c_plfill (PLINT n, PLFLT *x, PLFLT *y) |
void | c_plfill3 (PLINT n, PLFLT *x, PLFLT *y, PLFLT *z) |
void | plfill_soft (short *x, short *y, PLINT n) |
Variables | |
static PLINT | bufferleng |
static PLINT | buffersize |
static PLINT * | buffer |
#define BINC 50 |
#define DTOR 0.0174533 |
static void buildlist | ( | PLINT | xp1, | |
PLINT | yp1, | |||
PLINT | xp2, | |||
PLINT | yp2, | |||
PLINT | xp3, | |||
PLINT | yp3, | |||
PLINT | dinc | |||
) | [static] |
static int compar | ( | const void * | pnum1, | |
const void * | pnum2 | |||
) | [static] |
void plfill_soft | ( | short * | x, | |
short * | y, | |||
PLINT | n | |||
) |
PLINT bufferleng [static] |
PLINT buffersize [static] |