public static class DelaunayTriangulatorTest.TriangleDesc
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
TriangleDesca are equal if they have the same vertices, regardless of
order.
|
int |
hashCode()
Hashcode is the same if the vertices are equal
|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object