From f10436d8168840417c000e08038350dd5de4fc15 Mon Sep 17 00:00:00 2001 From: neoraider Date: Tue, 26 Jun 2007 19:30:01 +0000 Subject: zoomedit: Added room selection and hover effect. --- geometry.h | 1 + 1 file changed, 1 insertion(+) (limited to 'geometry.h') diff --git a/geometry.h b/geometry.h index 470e8e9..2978ef4 100644 --- a/geometry.h +++ b/geometry.h @@ -49,6 +49,7 @@ gboolean vertexInPolygon(const VERTEX *v, const POLYGON *p); int lineIntersection(const LINE *la, const LINE *lb, VERTEX *v); int lineRectIntersection(const LINE *l, const RECTANGLE *rect, int edge, VERTEX *v); int lineRectIntersections(const LINE *line, const RECTANGLE *rect, int edge, VERTEX *v1, VERTEX *v2); +gboolean linePolygonIntersection(const LINE *l, const POLYGON *p); void simplifyPolygon(const POLYGON *in, const RECTANGLE *rect, POLYGON *out); #endif /*GEOMETRY_H_*/ -- cgit v1.2.3