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 and Description |
---|---|
List<Segment> |
SubLine.getSegments()
Get the endpoints of the sub-line.
|
Constructor and Description |
---|
SubLine(Segment segment)
Create a sub-line from a segment.
|
Modifier and Type | Method and Description |
---|---|
Segment[] |
ConvexHull2D.getLineSegments()
Get the line segments of the convex hull, ordered.
|
Copyright © 2016-2021 CS GROUP. All rights reserved.