From 24113f8e3452df8c8bb9e6136fa12bfed3bcc312 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 5 Apr 2023 10:19:34 +0200 Subject: AABBOX: Revert API doc copy/type errors from commit 15e60161787224e85172685f74dc0ac195969b51 --- src/jogl/classes/com/jogamp/opengl/math/geom/AABBox.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/jogl/classes/com/jogamp/opengl/math/geom/AABBox.java b/src/jogl/classes/com/jogamp/opengl/math/geom/AABBox.java index 9e8edfbf0..77e1bfc59 100644 --- a/src/jogl/classes/com/jogamp/opengl/math/geom/AABBox.java +++ b/src/jogl/classes/com/jogamp/opengl/math/geom/AABBox.java @@ -408,13 +408,13 @@ public class AABBox { /** * Check if {@link Ray} intersects this bounding box. *

- * 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