|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.defcon.utils.quadtree.RectangularFillTester
public class RectangularFillTester
| Constructor Summary | |
|---|---|
RectangularFillTester()
|
|
| Method Summary | |
|---|---|
static boolean |
isSameRectangle(List<? extends Location> points,
double x1,
double y1,
double x2,
double y2)
Checks whether a given list of points, read clockwise, form a rectangle with the given vertices. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RectangularFillTester()
| Method Detail |
|---|
public static boolean isSameRectangle(List<? extends Location> points,
double x1,
double y1,
double x2,
double y2)
points - x1 - y1 - x2 - y2 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||