com.jmex.font3d.math
Class PlanarVertex

java.lang.Object
  extended by com.jmex.font3d.math.PlanarVertex
Direct Known Subclasses:
TriangulationVertex

public class PlanarVertex
extends java.lang.Object


Field Summary
(package private)  int index
           
(package private)  Vector3f point
           
 
Constructor Summary
PlanarVertex(int i, Vector3f p)
           
 
Method Summary
(package private)  void addOutgoingEdge(PlanarEdge outedge)
           
(package private)  PlanarEdge getEdge(PlanarVertex v)
          Retuns the edge from this vertex to the given, or null if none exists.
(package private)  PlanarEdge getFirstEdge()
           
 int getIndex()
           
 Vector3f getPoint()
           
 void printEdges()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

index

int index

point

Vector3f point
Constructor Detail

PlanarVertex

PlanarVertex(int i,
             Vector3f p)
Method Detail

addOutgoingEdge

void addOutgoingEdge(PlanarEdge outedge)

getEdge

PlanarEdge getEdge(PlanarVertex v)
Retuns the edge from this vertex to the given, or null if none exists.

Parameters:
v -
Returns:

getIndex

public int getIndex()

getFirstEdge

PlanarEdge getFirstEdge()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getPoint

public Vector3f getPoint()

printEdges

public void printEdges()