|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--taxisrus.implementation.scheduler_stuff.DelauneyTriangulation
| Constructor Summary | |
DelauneyTriangulation(float maxRadius)
|
|
| Method Summary | |
boolean |
AddPoint(Vector2D pt)
|
void |
DrawDelauneyTriangles(float wd,
float ht,
Graphics2D buffer)
|
void |
DrawVoronoiPolygons(float wd,
float ht,
Graphics2D buffer,
ArrayList points)
|
ArrayList |
GetDelauneyTriangles()
|
ArrayList |
GetVoronoi2GPSPolygons(ArrayList transform,
float scalex,
float scaley,
float movex,
float movey)
|
ArrayList |
GetVoronoiPolygons(ArrayList clickPoints)
|
void |
ResetTriangulation(float maxRadius)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DelauneyTriangulation(float maxRadius)
| Method Detail |
public void ResetTriangulation(float maxRadius)
public void DrawDelauneyTriangles(float wd,
float ht,
Graphics2D buffer)
public void DrawVoronoiPolygons(float wd,
float ht,
Graphics2D buffer,
ArrayList points)
public boolean AddPoint(Vector2D pt)
public ArrayList GetVoronoiPolygons(ArrayList clickPoints)
public ArrayList GetDelauneyTriangles()
public ArrayList GetVoronoi2GPSPolygons(ArrayList transform,
float scalex,
float scaley,
float movex,
float movey)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||