|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.ece.iacl.jist.structures.geom.Face
public abstract class Face
The Class Face.
| Constructor Summary | |
|---|---|
Face()
|
|
| Method Summary | |
|---|---|
int |
compareTo(Face o)
|
boolean |
equals(java.lang.Object obj)
|
abstract Edge[] |
getEdges()
Gets the edges. |
abstract Vertex[] |
getVertices()
Gets the vertices. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Face()
| Method Detail |
|---|
public abstract Vertex[] getVertices()
public abstract Edge[] getEdges()
public int compareTo(Face o)
compareTo in interface java.lang.Comparable<Face>public boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||