Intial commit

This commit is contained in:
Ben Cragg 2019-04-10 11:34:31 +01:00
parent 65f91d5cea
commit 6b052dfa37
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# Line Collisions
Line collisions is a basic example of how to detect line collisions with a rectangle.
## Instructions
You can set the rectangle position using a left-click of the mouse.
You can set the line position with two right-clicks of the mouse; the first right-click will set the beginning of the
line the second will set the end of the line.
Any intersection points where the rectangle and line intersection will appear as red dots.