Package WildMagic.LibImagics.Extraction
Class ExtractSurfaceCubes.VETable.Vertex
- java.lang.Object
-
- WildMagic.LibImagics.Extraction.ExtractSurfaceCubes.VETable.Vertex
-
- Enclosing class:
- ExtractSurfaceCubes.VETable
protected class ExtractSurfaceCubes.VETable.Vertex extends java.lang.ObjectVertex class which stores the coordinates of an edge-vertex along with the indices of adjacent vertices which comprise the edges intersected by the level surface.
-
-
Field Summary
Fields Modifier and Type Field Description int[]adjadjacent verticesintadjQuantitynumber of adjacent verticesVector3fpposition?booleanvalidvalid flag
-
Constructor Summary
Constructors Constructor Description Vertex()Creates a new Vertex object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreset()mark invalid
-
-
-
Field Detail
-
adj
public int[] adj
adjacent vertices
-
adjQuantity
public int adjQuantity
number of adjacent vertices
-
p
public Vector3f p
position?
-
valid
public boolean valid
valid flag
-
-