Code

Connector tool: make connectors avoid the convex hull of shapes.
[inkscape.git] / src / libvpsc / remove_rectangle_overlap.h
1 /** @file
2  * @brief Declaration of main internal remove-overlaps function.
3  */
4 /* Authors:
5  *   Tim Dwyer <tgdwyer@gmail.com>
6  *
7  * Copyright (C) 2005 Authors
8  *
9  * Released under GNU LGPL.  Read the file 'COPYING' for more information.
10  */
12 #ifndef REMOVE_RECTANGLE_OVERLAP_H_SEEN
13 #define REMOVE_RECTANGLE_OVERLAP_H_SEEN
15 namespace vpsc { 
16         class Rectangle;
17 }
19 void removeRectangleOverlap(unsigned n, vpsc::Rectangle *rs[], double xBorder, double yBorder);
22 #endif /* !REMOVE_RECTANGLE_OVERLAP_H_SEEN */