Uses of Class
org.hipparchus.geometry.euclidean.twod.Segment
Package
Description
This package provides basic 2D geometry components.
This package provides algorithms to generate the convex hull
for a set of points in an two-dimensional euclidean space.
-
Uses of Segment in org.hipparchus.geometry.euclidean.twod
-
Uses of Segment in org.hipparchus.geometry.euclidean.twod.hull
Modifier and TypeMethodDescriptionSegment[]
ConvexHull2D.getLineSegments()
Get the line segments of the convex hull, ordered.