[mapserver-commits] r7337 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Fri Feb 1 13:27:45 EST 2008


Author: sdlime
Date: 2008-02-01 13:27:45 -0500 (Fri, 01 Feb 2008)
New Revision: 7337

Modified:
   trunk/mapserver/mapprimitive.c
Log:
Updated attribution comment for clipLine() routine in mapprimitive.c. (incubation)

Modified: trunk/mapserver/mapprimitive.c
===================================================================
--- trunk/mapserver/mapprimitive.c	2008-01-31 03:04:08 UTC (rev 7336)
+++ trunk/mapserver/mapprimitive.c	2008-02-01 18:27:45 UTC (rev 7337)
@@ -381,8 +381,8 @@
 }
 
 /*
-** Private implementation of the Sutherland-Cohen algorithm. Taken in part
-** from "Getting Graphic: Programming Fundamentals in C and C++" by Mark Finlay
+** Private implementation of the Sutherland-Cohen algorithm. Inspired by
+** "Getting Graphic: Programming Fundamentals in C and C++" by Mark Finlay
 ** and John Petritis. (pages 179-182)
 */
 static int clipLine(double *x1, double *y1, double *x2, double *y2, rectObj rect)



More information about the mapserver-commits mailing list