computational.geometry.segmentintersection
Class SweepingLine.IntersectionPoint

java.lang.Object
  extended by computational.geometry.RealPoint
      extended by computational.geometry.segmentintersection.SweepingLine.IntersectionPoint
All Implemented Interfaces:
RealShape
Enclosing class:
SweepingLine

public static class SweepingLine.IntersectionPoint
extends RealPoint

IntersectionPoint


Constructor Summary
SweepingLine.IntersectionPoint(RealPoint p, Segment s0, Segment s1)
           
 
Method Summary
 java.util.List getSegments()
           
 java.lang.String toString()
           
 
Methods inherited from class computational.geometry.RealPoint
distance2, equals, getX, getY, toShape
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SweepingLine.IntersectionPoint

public SweepingLine.IntersectionPoint(RealPoint p,
                                      Segment s0,
                                      Segment s1)
Method Detail

getSegments

public java.util.List getSegments()

toString

public java.lang.String toString()
Overrides:
toString in class RealPoint