public class SweepLineSegment extends Object
| Constructor and Description |
|---|
SweepLineSegment(Edge edge,
int ptIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
computeIntersections(SweepLineSegment ss,
SegmentIntersector si) |
double |
getMaxX() |
double |
getMinX() |
public SweepLineSegment(Edge edge, int ptIndex)
public double getMinX()
public double getMaxX()
public void computeIntersections(SweepLineSegment ss, SegmentIntersector si)
Copyright © 2024. All rights reserved.