public class SweepLineSegment
extends java.lang.Object
Constructor | Description |
---|---|
SweepLineSegment(Edge edge,
int ptIndex) |
Modifier and Type | Method | 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 © 2018. All rights reserved.