This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:data:fall2023:projects:mpg0 [2023/09/06 19:24] – [Bounds checking] dwhite26 | notes:data:fall2023:projects:mpg0 [2023/09/06 19:25] (current) – [Bounds checking] dwhite26 | ||
---|---|---|---|
Line 91: | Line 91: | ||
if (objectX > MaxX) | if (objectX > MaxX) | ||
| | ||
- | < | + | </code> |
====Handling motion==== | ====Handling motion==== | ||