Uses of Class
org.apache.commons.math3.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.apache.commons.math3.geometry.euclidean.twod
Subclasses of Segment in org.apache.commons.math3.geometry.euclidean.twodModifier and TypeClassDescriptionprivate static class
Private extension of Segment allowing connection.Methods in org.apache.commons.math3.geometry.euclidean.twod that return types with arguments of type SegmentModifier and TypeMethodDescriptionPolygonsSet.followLoop
(PolygonsSet.ConnectableSegment defining) Build the loop containing a segment.SubLine.getSegments()
Get the endpoints of the sub-line.Method parameters in org.apache.commons.math3.geometry.euclidean.twod with type arguments of type SegmentModifier and TypeMethodDescriptionprivate void
PolygonsSet.filterSpuriousVertices
(List<Segment> loop) Filter out spurious vertices on straight lines (at machine precision).Constructors in org.apache.commons.math3.geometry.euclidean.twod with parameters of type Segment -
Uses of Segment in org.apache.commons.math3.geometry.euclidean.twod.hull
Fields in org.apache.commons.math3.geometry.euclidean.twod.hull declared as SegmentModifier and TypeFieldDescriptionprivate Segment[]
ConvexHull2D.lineSegments
Line segments of the hull.Methods in org.apache.commons.math3.geometry.euclidean.twod.hull that return SegmentModifier and TypeMethodDescriptionSegment[]
ConvexHull2D.getLineSegments()
Get the line segments of the convex hull, ordered.private Segment[]
ConvexHull2D.retrieveLineSegments()
Retrieve the line segments from the cached array or create them if needed.