|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectEdge
public class Edge
Edge element used to construct 3D polyhedra, in the spririt of O'Rourke, _Computational Geometry in C_.
| Field Summary | |
|---|---|
Face[] |
adjface
Exactly 2 adjacent Faces |
boolean |
delete
T iff edge should be deleted |
Vertex[] |
endpts
Exactly 2 endpoints |
Face |
newface
A new, third Face, about to replace one of the existing Faces. |
| Constructor Summary | |
|---|---|
Edge()
Construct a null Edge. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Format the point. |
java.lang.String |
toString(java.lang.String df)
Format the edge using a hint. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Face[] adjface
public Vertex[] endpts
public Face newface
public boolean delete
| Constructor Detail |
|---|
public Edge()
| Method Detail |
|---|
public java.lang.String toString(java.lang.String df)
df - the format to be used for a single coordinatepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||