#include "common.h"#include <stdio.h>#include <math.h>#include "machine.h"#include "vmath.h"#include "plot3.h"#include "bu.h"#include "bn.h"Include dependency graph for vector.c:

Go to the source code of this file.
Functions | |
| void | tp_3vector (FILE *plotfp, fastf_t *from, fastf_t *to, double fromheadfract, double toheadfract) |
| Draw a vector between points "from" and "to", with the option of having an arrowhead on either or both ends. | |
| void | PL_FORTRAN (f3vect, F3VECT) |
Definition in file vector.c.
1.4.6