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 |
---|---|
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.
|