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 7162085 commit 8b63858Copy full SHA for 8b63858
src/utils/geometry_utils.jl
@@ -12,7 +12,6 @@ function intersection_of_ray_with_bounding_box(p, q, a, b, c, d)
12
prtx, prty = b, d
13
prbx, prby = b, c
14
θ = mod(atan(qy - py, qx - px), 2π)
15
- @show θ == π
16
θlb = mod(atan(pℓby - py, pℓbx - px), 2π)
17
θlt = mod(atan(pℓty - py, pℓtx - px), 2π)
18
θrt = mod(atan(prty - py, prtx - px), 2π)
0 commit comments