CubeTwister 2.0alpha141 2011-10-13

idx3d
Class idx3d_Edge

java.lang.Object
  extended by idx3d.idx3d_Edge

public class idx3d_Edge
extends java.lang.Object

Defines an edge in 3d space.


Constructor Summary
idx3d_Edge(idx3d_Vertex v1, idx3d_Vertex v2)
           
 
Method Summary
 idx3d_Vertex end()
           
 idx3d_Vertex start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

idx3d_Edge

public idx3d_Edge(idx3d_Vertex v1,
                  idx3d_Vertex v2)
Method Detail

start

public idx3d_Vertex start()

end

public idx3d_Vertex end()

(c) Werner Randelshofer.
All rights reserved.