Interface | Description |
---|---|
Coordinate |
Generic interface to get the distance along a dimension of an object
representing a point in an n-dimensional space
|
Point2d |
Interface representing a point in 2d space with x and y coordinates.
|
Point3d |
Interface representing a point in 3d space with x and y coordinates
|
ScaleSpacePoint |
ScaleSpacePoint represents a
Point2d in scale-space. |
Class | Description |
---|---|
AbstractPoint2d |
Abstract base for
Point2d implementations that retains the underlying
precision. |
DoublePoint2dImpl |
Double-precision 2d point
|
PayloadCoordinate<T extends Coordinate,O> |
A concrete implementation of a
Coordinate that has an associated
payload. |
Point2dImpl |
Simple concrete implementation of a two dimensional point.
|
Point3dImpl |
Simple concrete implementation of a three dimensional point.
|
PointList |
A base implementation of a
GeometricObject2d that is a set of
points in space. |
PointListConnections |
Class to model the connections between points in a
PointList . |