org.starhope.appius.geometry
Class Vector3D
java.lang.Object
org.starhope.appius.geometry.LineSeg3D
org.starhope.appius.geometry.Vector3D
public class Vector3D
- extends LineSeg3D
WRITEME: Document this type.
- Author:
- brpocock@star-hope.org
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 |
Vector3D
public Vector3D(Coord3D start,
Coord3D end)
- WRITEME: Document this constructor brpocock@star-hope.org
- Parameters:
start
- end
-
asLineSegment
public LineSeg3D asLineSegment()
toEdge
public Vector3D toEdge(Room room)
- WRITEME: Document this method brpocock@star-hope.org
- Parameters:
room
-
- Returns: