Package | Description |
---|---|
org.apache.commons.math3.geometry.euclidean.twod |
This package provides basic 2D geometry components.
|
org.apache.commons.math3.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 © 2003–2016 The Apache Software Foundation. All rights reserved.