com.sun.j3d.utils.geometry
Class Stripifier.Face
java.lang.Object
com.sun.j3d.utils.geometry.Stripifier.Face
- Enclosing class:
- Stripifier
class Stripifier.Face
- extends java.lang.Object
Stores the information about the face of a triangle
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
int key
numNhbrs
int numNhbrs
verts
Stripifier.Vertex[] verts
edges
Stripifier.Edge[] edges
Stripifier.Face
Stripifier.Face(int index,
Stripifier.Vertex v1,
Stripifier.Vertex v2,
Stripifier.Vertex v3)
- Creates a new Face with the three given vertices
getNeighbor
int getNeighbor(int edge)
- returns the index of the face that neighbors the edge supplied
by the parameter
findSharedEdge
int findSharedEdge(int key)
- returns the index of the edge that is shared by the triangle
specified by the key parameter
getEdgeIndex
int getEdgeIndex(Stripifier.Edge edge)
counterEdgeDel
void counterEdgeDel(Stripifier.Edge edge)
printAdjacency
void printAdjacency()
printVertices
void printVertices()
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.