java.lang.Objectcomputational.geometry.RealPoint
computational.geometry.segmentintersection.SweepingLine.IntersectionPoint
public static class SweepingLine.IntersectionPoint
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 |
|---|
public SweepingLine.IntersectionPoint(RealPoint p,
Segment s0,
Segment s1)
| Method Detail |
|---|
public java.util.List getSegments()
public java.lang.String toString()
toString in class RealPoint