| 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. |
| org.locationtech.jts.triangulate.quadedge |
Classes to implement a topological subdivision of quadeges, to support creating triangulations
and Voronoi diagrams.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
private HCoordinate |
Vertex.bisector(Vertex a,
Vertex b) |