File: //usr/share/inkscape/extensions/voronoi2svg.pyc
�
��Yc @ s� d Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d f d � � YZ d e j
f d � � YZ e d k r� e � Z
e
j � n d S( s
voronoi2svg.py
Create Voronoi diagram from seeds (midpoints of selected objects)
- Voronoi Diagram algorithm and C code by Steven Fortune, 1987, http://ect.bell-labs.com/who/sjf/
- Python translation to file voronoi.py by Bill Simons, 2005, http://www.oxfish.com/
Copyright (C) 2011 Vincent Nivoliers and contributors
Contributors
~suv, <suv-sf@users.sf.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
i����Nt Pointc B s e Z d � Z RS( c C s | | _ | | _ d S( N( t xt y( t selfR R ( ( s- /usr/share/inkscape/extensions/voronoi2svg.pyt __init__+ s ( t __name__t
__module__R ( ( ( s- /usr/share/inkscape/extensions/voronoi2svg.pyR * s t Voronoi2svgc B s>