cz.cuni.amis.pogamut.defcon.utils.quadtree
Class RectangularFillTester

Package class diagram package RectangularFillTester
java.lang.Object
  extended by cz.cuni.amis.pogamut.defcon.utils.quadtree.RectangularFillTester

public class RectangularFillTester
extends Object


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

RectangularFillTester

public RectangularFillTester()
Method Detail

isSameRectangle

public 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.

Parameters:
points -
x1 -
y1 -
x2 -
y2 -
Returns:


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.