public class SweepLineSegment
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Edge |
edge |
(package private) int |
ptIndex |
(package private) Coordinate[] |
pts |
Constructor and Description |
---|
SweepLineSegment(Edge edge,
int ptIndex) |
Modifier and Type | Method and Description |
---|---|
void |
computeIntersections(SweepLineSegment ss,
SegmentIntersector si) |
double |
getMaxX() |
double |
getMinX() |
Edge edge
Coordinate[] pts
int ptIndex
public SweepLineSegment(Edge edge, int ptIndex)
public double getMinX()
public double getMaxX()
public void computeIntersections(SweepLineSegment ss, SegmentIntersector si)