See: Description
| Class | Description |
|---|---|
| Angle |
Provides constants and methods to manipulate angles in radians and degrees.
|
| GeoUtils |
Provides standard algorithms and auxiliary methods for computational geometry.
|
| LineD |
Represents a directed line segment in two-dimensional space, using
Double coordinates. |
| LineI |
Represents a directed line segment in two-dimensional space, using
Integer coordinates. |
| LineIntersection |
Provides algorithms to find the intersection of two line segments.
|
| MultiLineIntersection |
Provides algorithms to find all intersections between multiple line segments.
|
| MultiLinePoint |
Contains the results of
MultiLineIntersection algorithms. |
| MultiLinePoint.Line |
Represents one of the line segments intersecting at the
MultiLinePoint.shared coordinates. |
| PointD |
Represents a location in two-dimensional space, using
Double coordinates. |
| PointDComparator |
Provides methods that compare two
PointD instances,
given a specified epsilon for lexicographic coordinate comparisons. |
| PointDComparatorX | |
| PointDComparatorY | |
| PointI |
Represents a location in two-dimensional space, using
Integer coordinates. |
| PolygonGrid |
Represents a rectangular grid composed of regular polygons.
|
| RectD |
Represents a rectangular region in two-dimensional space, using
Double coordinates. |
| RectI |
Represents a rectangular region in two-dimensional space, using
Integer coordinates. |
| RectLocation |
Specifies the location of a point relative to a rectangle.
|
| RegularPolygon |
Represents a regular polygon.
|
| SizeD |
Represents an extension in two-dimensional space, using
Double coordinates. |
| SizeI |
Represents an extension in two-dimensional space, using
Integer coordinates. |
| Voronoi |
Provides a sweep line algorithm for Voronoi diagrams and Delaunay triangulations.
|
| VoronoiEdge |
Represents one edge in the Voronoi diagram found by the
Voronoi algorithm. |
| VoronoiResults |
Contains the results of the
Voronoi algorithm. |
| Enum | Description |
|---|---|
| Compass |
Specifies the eight major compass directions.
|
| LineLocation |
Specifies the location of a point relative to a directed line segment.
|
| LineRelation |
Specifies the spatial relationship between two line segments.
|
| PolygonGridShift |
Specifies the shifting of rows or columns in a
PolygonGrid. |
| PolygonLocation |
Specifies the location of a point relative to an arbitrary polygon.
|
| PolygonOrientation |
Specifies the possible orientations of a
RegularPolygon. |