We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c68ba7 commit a8d746bCopy full SHA for a8d746b
src/main/java/math/Bounds.java
@@ -115,7 +115,7 @@ public void expand(float amount) {
115
* @return {@code true} if the ray intersects the AABB, {@code false}
116
* otherwise.
117
*/
118
- public boolean intersectRay(Ray3f ray) {
+ public boolean intersectsRay(Ray3f ray) {
119
if (ray.getDirection().isZero()) {
120
return false; // A ray with zero direction cannot intersect anything
121
}
0 commit comments