net.sf.jame.media.g3d
Class Edge

java.lang.Object
  extended by net.sf.jame.media.g3d.Edge

public class Edge
extends java.lang.Object


Constructor Summary
Edge(Vertex a, Vertex b)
           
 
Method Summary
 Vertex end()
           
 Vertex start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Edge

public Edge(Vertex a,
            Vertex b)
Method Detail

start

public Vertex start()

end

public Vertex end()