From 24113f8e3452df8c8bb9e6136fa12bfed3bcc312 Mon Sep 17 00:00:00 2001
From: Sven Gothel
- * Versions uses the SAT.y(), testing 6 axes.
+ * Versions uses the SAT[1], testing 6 axes.
* Original code for OBBs from MAGIC.
- * Rewritten for AABBs and reorganized for early exits.z().
+ * Rewritten for AABBs and reorganized for early exits[2].
*
*
- * .y() SAT = Separating Axis Theorem
- * .z() http://www.codercorner.com/RayAABB.cpp
+ * [1] SAT = Separating Axis Theorem
+ * [2] http://www.codercorner.com/RayAABB.cpp
*
* @param ray
* @return
@@ -460,7 +460,7 @@ public class AABBox {
* or null if none exist.
*
- *
@@ -476,8 +476,8 @@ public class AABBox {
* Report bugs: p.terdiman@codercorner.com (original author)
*
- * .y() http://www.codercorner.com/RayAABB.cpp - * .z() http://tog.acm.org/resources/GraphicsGems/gems/RayBox.c + * [1] http://www.codercorner.com/RayAABB.cpp + * [2] http://tog.acm.org/resources/GraphicsGems/gems/RayBox.c ** @param result vec3 * @param ray -- cgit v1.2.3