D - the dimension of the polygon exterior and it's componentspublic final class PolygonExterior<D extends TwoMin & ThreeMax> extends GeometrixObject
| Constructor and Description |
|---|
PolygonExterior(java.util.List<PolygonVertex<D>> vertices,
java.util.List<PolygonEdge<D>> edges) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<PolygonEdge<D>> |
getEdges() |
java.util.List<PolygonVertex<D>> |
getVertices() |
int |
hashCode() |
boolean |
resembles(java.lang.Object o) |
java.lang.String |
toString() |
public PolygonExterior(java.util.List<PolygonVertex<D>> vertices, java.util.List<PolygonEdge<D>> edges)
public boolean resembles(java.lang.Object o)
resembles in class GeometrixObjectpublic boolean equals(java.lang.Object o)
equals in class GeometrixObjectpublic int hashCode()
hashCode in class GeometrixObjectpublic java.lang.String toString()
toString in class GeometrixObjectpublic java.util.List<PolygonVertex<D>> getVertices()
public java.util.List<PolygonEdge<D>> getEdges()