| Package | Description |
|---|---|
| org.locationtech.jts.algorithm |
Contains classes and interfaces implementing fundamental computational geometry algorithms.
|
| org.locationtech.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
| Constructor and Description |
|---|
HCoordinate(HCoordinate p1,
HCoordinate p2) |
| Modifier and Type | Method and Description |
|---|---|
static HCoordinate |
Triangle.perpendicularBisector(Coordinate a,
Coordinate b)
Computes the line which is the perpendicular bisector of the line segment
a-b.
|
Copyright © 2024. All rights reserved.