public class LineIntersector extends Object
| Constructor and Description |
|---|
LineIntersector() |
| Modifier and Type | Method and Description |
|---|---|
void |
computeIntersection(ICoordinate startPoint,
ICoordinate endPoint,
ICoordinate point,
ICoordinate otherPoint) |
boolean |
hasIntersection() |
boolean |
isIntersection(ICoordinate point) |
public void computeIntersection(ICoordinate startPoint, ICoordinate endPoint, ICoordinate point, ICoordinate otherPoint)
public boolean hasIntersection()
public boolean isIntersection(ICoordinate point)
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.