Package squidpony.squidmath
Class Voronoi.Polygon
java.lang.Object
squidpony.squidmath.Voronoi.Polygon
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Voronoi
public static class Voronoi.Polygon extends Object implements Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description CoordDouble
centroid
CoordDouble[]
vertices
-
Constructor Summary
Constructors Constructor Description Polygon(CoordDouble... vertices)
-
Method Summary