#include "plplotP.h"
#include <float.h>
#include <ctype.h>
Go to the source code of this file.
|
static void | plP_plotvect (PLFLT x, PLFLT y, PLFLT u, PLFLT v, PLFLT scale) |
|
PLDLLIMPEXP void | plsvect_null (void) |
|
void | c_plsvect (PLFLT_VECTOR arrowx, PLFLT_VECTOR arrowy, PLINT npts, PLBOOL fill) |
|
void | plfvect (PLF2EVAL_callback getuv, PLPointer up, PLPointer vp, PLINT nx, PLINT ny, PLFLT scale, PLTRANSFORM_callback pltr, PLPointer pltr_data) |
|
void | c_plvect (PLFLT_MATRIX u, PLFLT_MATRIX v, PLINT nx, PLINT ny, PLFLT scale, PLTRANSFORM_callback pltr, PLPointer pltr_data) |
|