|
|||||||||
| 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
edu.jhu.ece.iacl.jist.structures.geom.TriangleFace
public class TriangleFace
The Class TriangleFace.
| Field Summary | |
|---|---|
Triangle |
triangle
The triangle. |
| Constructor Summary | |
|---|---|
TriangleFace(Edge e1,
Edge e2,
Edge e3)
Instantiates a new triangle face. |
|
TriangleFace(Vertex v1,
Vertex v2,
Vertex v3)
Instantiates a new triangle face. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
Edge[] |
getEdges()
Gets the edges. |
Vector3f |
getNormal()
Gets the normal. |
Vertex[] |
getVertices()
Gets the vertices. |
java.lang.String |
toString()
|
| Methods inherited from class edu.jhu.ece.iacl.jist.structures.geom.Face |
|---|
compareTo |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Triangle triangle
| Constructor Detail |
|---|
public TriangleFace(Edge e1,
Edge e2,
Edge e3)
e1 - the e1e2 - the e2e3 - the e3
public TriangleFace(Vertex v1,
Vertex v2,
Vertex v3)
v1 - the v1v2 - the v2v3 - the v3| Method Detail |
|---|
public Vector3f getNormal()
public Vertex[] getVertices()
Face
getVertices in class Facepublic Edge[] getEdges()
Face
getEdges in class Facepublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class Face
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||