mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
add some copywrite info
git-svn-id: http://svn.osgeo.org/qgis/trunk@14745 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
8710328b43
commit
fac2a3cc56
@ -550,6 +550,9 @@ class geometryThread( QThread ):
|
||||
|
||||
|
||||
def clip_voronoi(self, edges, c, width, height, extent, exX, exY):
|
||||
""" Clip voronoi function based on code written for Inkscape
|
||||
Copyright (C) 2010 Alvin Penner, penner@vaxxine.com
|
||||
"""
|
||||
def clip_line(x1, y1, x2, y2, w, h, x, y):
|
||||
if x1 < 0-x and x2 < 0-x:
|
||||
return [0, 0, 0, 0]
|
||||
|
@ -4,6 +4,8 @@
|
||||
# Translated to Python by Bill Simons
|
||||
# September, 2005
|
||||
#
|
||||
# Additional changes by Carson Farmer added November 2010
|
||||
#
|
||||
# Calculate Delaunay triangulation or the Voronoi polygons for a set of
|
||||
# 2D input points.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user