|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttoxi.geom.mesh.Face
toxi.geom.mesh.WEFace
public final class WEFace
Field Summary | |
---|---|
java.util.List<WingedEdge> |
edges
|
Fields inherited from class toxi.geom.mesh.Face |
---|
a, b, c, normal, uvA, uvB, uvC |
Constructor Summary | |
---|---|
WEFace(WEVertex a,
WEVertex b,
WEVertex c)
|
|
WEFace(WEVertex a,
WEVertex b,
WEVertex c,
Vec2D uvA,
Vec2D uvB,
Vec2D uvC)
|
Method Summary | |
---|---|
void |
addEdge(WingedEdge e)
|
java.util.List<WingedEdge> |
getEdges()
|
WEVertex[] |
getVertices(WEVertex[] verts)
|
Methods inherited from class toxi.geom.mesh.Face |
---|
computeNormal, flipVertexOrder, getCentroid, getVertices, toString, toTriangle |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.util.List<WingedEdge> edges
Constructor Detail |
---|
public WEFace(WEVertex a, WEVertex b, WEVertex c)
public WEFace(WEVertex a, WEVertex b, WEVertex c, Vec2D uvA, Vec2D uvB, Vec2D uvC)
Method Detail |
---|
public void addEdge(WingedEdge e)
public java.util.List<WingedEdge> getEdges()
public final WEVertex[] getVertices(WEVertex[] verts)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |