|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectFace
public class Face
Triangular face used to construct 3D polyhedra, in the spririt of O'Rourke, _Computational Geometry in C_
| Field Summary | |
|---|---|
Edge[] |
edge
Exactly 3 edges |
Vertex[] |
vertex
Exactly 3 vertices |
boolean |
visible
T iff face visible from new point |
| Constructor Summary | |
|---|---|
Face()
Construct a null Face |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Format the point. |
java.lang.String |
toString(java.lang.String df)
Format the face using a hint. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Edge[] edge
public Vertex[] vertex
public boolean visible
| Constructor Detail |
|---|
public Face()
| 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 | |||||||