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.


Variable Index

 o oneface
index to one of the adjoining Faces.
 o thisvert
Within that Face, which vertex this is.
 o valence
Number of times this vertex appears on a face...
 o vrmlindex
Index within the VRML Coordinate3 node.

Constructor Index

 o Vertex()

Variables

 o oneface
 public int oneface
index to one of the adjoining Faces.

 o thisvert
 public int thisvert
Within that Face, which vertex this is.

jtr.Mesh.allfaces[facenum].thisvert == vrmlindex

 o vrmlindex
 public int vrmlindex
Index within the VRML Coordinate3 node.

 o valence
 public int valence
Number of times this vertex appears on a face... i.e., valence of vertex.

Constructors

 o Vertex
 public Vertex()

All Packages  Class Hierarchy  This Package  Previous  Next  Index