#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) |
|
void | c_plsvect (const PLFLT *arrowx, const PLFLT *arrowy, PLINT npts, PLINT fill) |
|
void | plfvect (PLFLT(*getuv)(PLINT, PLINT, PLPointer), PLPointer up, PLPointer vp, PLINT nx, PLINT ny, PLFLT scale, void(*pltr)(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer), PLPointer pltr_data) |
|
void | c_plvect (const PLFLT *const *u, const PLFLT *const *v, PLINT nx, PLINT ny, PLFLT scale, void(*pltr)(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer), PLPointer pltr_data) |
|
void c_plvect |
( |
const PLFLT *const * |
u, |
|
|
const PLFLT *const * |
v, |
|
|
PLINT |
nx, |
|
|
PLINT |
ny, |
|
|
PLFLT |
scale, |
|
|
void(*)(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer) |
pltr, |
|
|
PLPointer |
pltr_data |
|
) |
| |
void plfvect |
( |
PLFLT(*)(PLINT, PLINT, PLPointer) |
getuv, |
|
|
PLPointer |
up, |
|
|
PLPointer |
vp, |
|
|
PLINT |
nx, |
|
|
PLINT |
ny, |
|
|
PLFLT |
scale, |
|
|
void(*)(PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer) |
pltr, |
|
|
PLPointer |
pltr_data |
|
) |
| |