From 094832b90ef4b46c32c625b33b9d36c6bd543322 Mon Sep 17 00:00:00 2001 From: Davis Date: Wed, 20 Jul 2016 21:44:53 -0400 Subject: [PATCH] Added working link to referenced article --- modules/intersect.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/intersect.lua b/modules/intersect.lua index 1fbab22..a81f12c 100644 --- a/modules/intersect.lua +++ b/modules/intersect.lua @@ -213,7 +213,7 @@ end -- Algorithm is ported from the C algorithm of -- Paul Bourke at http://local.wasp.uwa.edu.au/~pbourke/geometry/lineline3d/ --- Archive.org am hero \o/ +-- Archive.org am hero \o/ (https://web.archive.org/web/20120414063459/http://local.wasp.uwa.edu.au/~pbourke//geometry/lineline3d/) -- a[1] is a vec3 -- a[2] is a vec3 -- b[1] is a vec3