]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - polygon.c
Optimize VectorNormalize macros by not doing the sqrt on 0 length, this also means...
[xonotic/darkplaces.git] / polygon.c
index 99ceb0b9d7680abecec324bd44d4d66429aaa013..9a0f1de6d103817924403c9772cbd7ac6c62b049 100644 (file)
--- a/polygon.c
+++ b/polygon.c
@@ -1,6 +1,6 @@
 
 /*
-Polygon clipping routines written by Forest Hale and placed into public domain.
+Polygon clipping routines written by Ashley Rose Hale (LadyHavoc) and placed into public domain.
 */
 
 #include <math.h>