Description: In computer graphics and games, an important problem is to discover if two objects are
intersecting. For performance reasons, we often perform two gross estimates between
objects to determine if they intersect before testing whether the small parts of the
objects intersect.
To Search:
File list (Check if you may need any files):
AssignmentOne
.............\.classpath
.............\.project
.............\.settings
.............\.........\org.eclipse.core.resources.prefs
.............\.........\org.eclipse.jdt.core.prefs
.............\bin
.............\...\Object2D.class
.............\...\object2DTest.class
.............\...\StdDraw.class
.............\objectData.txt
.............\src
.............\...\Object2D.java
.............\...\object2DTest.java
.............\...\StdDraw.java