Package | Description |
---|---|
org.hipparchus.geometry.euclidean.twod |
This package provides basic 2D geometry components.
|
org.hipparchus.geometry.euclidean.twod.hull |
This package provides algorithms to generate the convex hull
for a set of points in an two-dimensional euclidean space.
|
Modifier and Type | Method | Description |
---|---|---|
List<Segment> |
SubLine.getSegments() |
Get the endpoints of the sub-line.
|
Constructor | Description |
---|---|
SubLine(Segment segment) |
Create a sub-line from a segment.
|
Modifier and Type | Method | Description |
---|---|---|
Segment[] |
ConvexHull2D.getLineSegments() |
Get the line segments of the convex hull, ordered.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.