|
PLplot 5.15.0
|
#include "plplotP.h"Go to the source code of this file.
Macros | |
| #define | INSIDE(ix, iy) |
Variables | |
| static PLINT | xline [PL_MAXPOLY] |
| static PLINT | yline [PL_MAXPOLY] |
| static PLINT | lastx = PL_UNDEFINED |
| static PLINT | lasty = PL_UNDEFINED |
| #define INSIDE | ( | ix, | |
| iy ) |
| void c_plline | ( | PLINT | n, |
| PLFLT_VECTOR | x, | ||
| PLFLT_VECTOR | y ) |
| void c_plline3 | ( | PLINT | n, |
| PLFLT_VECTOR | x, | ||
| PLFLT_VECTOR | y, | ||
| PLFLT_VECTOR | z ) |
| void c_plpoly3 | ( | PLINT | n, |
| PLFLT_VECTOR | x, | ||
| PLFLT_VECTOR | y, | ||
| PLFLT_VECTOR | z, | ||
| PLBOOL_VECTOR | draw, | ||
| PLBOOL | ifcc ) |
| void c_plstyl | ( | PLINT | nms, |
| PLINT_VECTOR | mark, | ||
| PLINT_VECTOR | space ) |
| void plP_drawor_poly | ( | PLFLT_VECTOR | x, |
| PLFLT_VECTOR | y, | ||
| PLINT | n ) |
|
static |
|
static |
|
static |
|
static |