org.osm2world.core.math
Class LineSegmentXYZ

Object
  extended by LineSegmentXYZ

public class LineSegmentXYZ
extends Object


Field Summary
 VectorXYZ p1
           
 VectorXYZ p2
           
 
Constructor Summary
LineSegmentXYZ(VectorXYZ p1, VectorXYZ p2)
           
 
Method Summary
 LineSegmentXZ getSegmentXZ()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

p1

public final VectorXYZ p1

p2

public final VectorXYZ p2
Constructor Detail

LineSegmentXYZ

public LineSegmentXYZ(VectorXYZ p1,
                      VectorXYZ p2)
Method Detail

getSegmentXZ

public LineSegmentXZ getSegmentXZ()

toString

public String toString()
Overrides:
toString in class Object