Skip to content

Commit

Permalink
Intersection.java: fix from plural to singular
Browse files Browse the repository at this point in the history
  • Loading branch information
StartsMercury committed Nov 10, 2024
1 parent 2e8669f commit 5fc20f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public boolean exited() {
/**
* Finds line-AABB intersection.
* <p>
* This methods collects point intersections between a line segment and an AABB,
* This method collects point intersections between a line segment and an AABB,
* storing into a buffer the point components and sorting it with the distance
* from the start point; there may be up to two intersections. It is assumed that
* moving left or up is negative while right or down is positive.
Expand Down

0 comments on commit 5fc20f2

Please sign in to comment.