public class Plan extends Object
Constructor and Description |
---|
Plan() |
Modifier and Type | Method and Description |
---|---|
void |
addPoint2D(Point2D.Double point) |
void |
createLink(Point2D p1,
Point2D p2) |
void |
debugPrint() |
List<Point2D.Double> |
getIntermediatePoints(Point2D start,
Point2D end) |
static boolean |
intersectsLineStrict(Line2D.Double l1,
Line2D.Double l2) |
public void addPoint2D(Point2D.Double point)
public void debugPrint()
public List<Point2D.Double> getIntermediatePoints(Point2D start, Point2D end)
public static boolean intersectsLineStrict(Line2D.Double l1, Line2D.Double l2)
Copyright © 2015. All Rights Reserved.