panoramajoinner
public class AnalytycLine extends Object
| Constructor Summary | |
|---|---|
| AnalytycLine(int x1, int y1, int x2, int y2) | |
| Method Summary | |
|---|---|
| double | getX(double y) |
| double | getY(double x) |
| boolean | isInHalfPlane1(double x, double y) |
| boolean | isInHalfPlane1(int x, int y) |
| boolean | isInHalfPlane2(double x, double y) |
| boolean | isInHalfPlane2(int x, int y) |
| boolean | isInLine(double tolerance, double x, double y) |
| boolean | isInLine(int x, int y) |
| static void | main(String[] args) |