Package squidpony.squidmath
Class Voronoi.Edge
java.lang.Object
squidpony.squidmath.Voronoi.Edge
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Voronoi
public static class Voronoi.Edge extends Object implements Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description CoordDouble
a
CoordDouble
b
-
Constructor Summary
Constructors Constructor Description Edge()
Edge(double ax, double ay, double bx, double by)
Edge(CoordDouble a, CoordDouble b)
-
Method Summary