/* pointvector.h  (Steve Hill)  1.1  3/9/90$ */

/* pointvector.h
 *
 * Header file for pointvector.c.
 */

point_t		*AddVector PROTO((point_t *, vector_t *, point_t *));

void		MakeVector PROTO((vector_t *, point_t *, point_t *));
