org.starhope.appius.geometry
Class Vector3D

java.lang.Object
  extended by org.starhope.appius.geometry.LineSeg3D
      extended by org.starhope.appius.geometry.Vector3D

public class Vector3D
extends LineSeg3D

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
 
Fields inherited from class org.starhope.appius.geometry.LineSeg3D
a, b
 
Constructor Summary
Vector3D(Coord3D start, Coord3D end)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
 LineSeg3D asLineSegment()
           
 Vector3D toEdge(Room room)
          WRITEME: Document this method brpocock@star-hope.org
 
Methods inherited from class org.starhope.appius.geometry.LineSeg3D
add, asVector, equals, getEnd, getStart, hasEndpoint, hashCode, toOrigin
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vector3D

public Vector3D(Coord3D start,
                Coord3D end)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
start -
end -
Method Detail

asLineSegment

public LineSeg3D asLineSegment()

toEdge

public Vector3D toEdge(Room room)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
room -
Returns: