mirror of
https://github.com/kepler155c/opus
synced 2025-12-19 06:38:06 +00:00
reorganization
This commit is contained in:
@@ -172,6 +172,7 @@ function Point.inBox(pt, box)
|
||||
pt.y >= box.y and
|
||||
pt.z >= box.z and
|
||||
pt.x <= box.ex and
|
||||
pt.y <= box.ey and
|
||||
pt.z <= box.ez
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user