| Package | Description |
|---|---|
| net.thucydides.core.geometry |
| Modifier and Type | Method and Description |
|---|---|
static Point |
Point.at(BigDecimal x,
BigDecimal y) |
static Point |
Point.at(int x,
int y) |
static Point |
Point.at(long x,
long y) |
Point |
Line.getDestination() |
Point |
Line.getOrigin() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Point> |
Line.intersectionWith(Line line) |
| Modifier and Type | Method and Description |
|---|---|
static Line.LineBuilder |
Line.from(Point origin) |
Line |
Line.LineBuilder.to(Point destination) |
| Constructor and Description |
|---|
Line(Point origin,
Point destination) |
LineBuilder(Point origin) |
Copyright © 2021. All rights reserved.