All Packages Class Hierarchy This Package Previous Next Index
Class jtr.mesh.Vertex
java.lang.Object
|
+----jtr.mesh.Vertex
- public class Vertex
- extends Object
Coarse mesh vertex structure.
-
oneface
- index to one of the adjoining Faces.
-
thisvert
- Within that Face, which vertex this is.
-
valence
- Number of times this vertex appears on a face...
-
vrmlindex
- Index within the VRML Coordinate3 node.
-
Vertex()
-
oneface
public int oneface
- index to one of the adjoining Faces.
thisvert
public int thisvert
- Within that Face, which vertex this is.
jtr.Mesh.allfaces[facenum].thisvert == vrmlindex
vrmlindex
public int vrmlindex
- Index within the VRML Coordinate3 node.
valence
public int valence
- Number of times this vertex appears on a face... i.e., valence
of vertex.
Vertex
public Vertex()
All Packages Class Hierarchy This Package Previous Next Index