| Package | Description |
|---|---|
| com.revolsys.jts.algorithm |
Contains classes and interfaces implementing fundamental computational geometry algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
HCoordinate.getCoordinate() |
double |
HCoordinate.getX() |
double |
HCoordinate.getY() |
static Point |
HCoordinate.intersection(Point p1,
Point p2,
Point q1,
Point q2)
Computes the (approximate) intersection point between two line segments
using homogeneous coordinates.
|
Copyright © 2015 Revolution Systems Inc.. All rights reserved.