Uses of Class
org.hipparchus.geometry.euclidean.twod.Segment
Packages that use 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
Methods in org.hipparchus.geometry.euclidean.twod that return types with arguments of type SegmentConstructors in org.hipparchus.geometry.euclidean.twod with parameters of type Segment - 
Uses of Segment in org.hipparchus.geometry.euclidean.twod.hull
Methods in org.hipparchus.geometry.euclidean.twod.hull that return SegmentModifier and TypeMethodDescriptionSegment[]ConvexHull2D.getLineSegments()Get the line segments of the convex hull, ordered.