#include "neato.h"
#include "simple.h"
Include dependency graph for intersect.c:
Go to the source code of this file.
Functions | |
void | find_intersection (struct vertex *l, struct vertex *m, struct intersection ilist[], struct data *input) |
void find_intersection | ( | struct vertex * | l, | |
struct vertex * | m, | |||
struct intersection | ilist[], | |||
struct data * | input | |||
) |
Definition at line 131 of file intersect.c.
References ABS, AGERR, agerr(), intersection::firstp, intersection::firstv, MAX, MAXINTS, data::ninters, vertex::poly, intersection::secondp, intersection::secondv, intersection::x, and intersection::y.
Referenced by find_ints().