taxisrus.implementation.scheduler_stuff
Class ConvexPolygon
java.lang.Object
|
+--taxisrus.implementation.scheduler_stuff.ConvexPolygon
- public class ConvexPolygon
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConvexPolygon
public ConvexPolygon()
IsClosed
public boolean IsClosed()
GetDistance
public float GetDistance(Vector2D point)
IsPointInPolygon
public boolean IsPointInPolygon(Vector2D pt)
AddEdge
public boolean AddEdge(Edge edge)
GetEdges
public ArrayList GetEdges()
IsEqual
public boolean IsEqual(ConvexPolygon a)
IsNeighbor
public boolean IsNeighbor(ConvexPolygon poly)
API documentation for build 958