←
Collision Detection
→
TABLE OF CONTENTS
You can get back to this page any time by clicking on the
Collision Detection
text at the top!
PREAMBLE
Introduction
License
What You Should Already Know
SECTION 1
Point/Point
Point/Circle
Circle/Circle
Challenges
SECTION 2
Point/Rectangle
Rectangle/Rectangle
Circle/Rectangle
Challenges
SECTION 3
Line/Point
Line/Circle
Line/Line
Line/Rectangle
Challenges
SECTION 4
Polygon/Point
Polygon/Circle
Polygon/Rectangle
Polygon/Line
Polygon/Polygon
Challenges
SECTION 5
Triangle/Point
Where Are The Other Triangle Examples?
Challenges
SECTION 6
Moving to Object-Oriented Collision
Dealing With Matrix Transformations
THANKS
An Attempt at Listing Those Who Made This Possible
NEXT: License