Uses of Class
org.apache.commons.math3.geometry.euclidean.twod.Segment
-
Packages that use Segment 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. -
-
Uses of Segment in org.apache.commons.math3.geometry.euclidean.twod
Subclasses of Segment in org.apache.commons.math3.geometry.euclidean.twod Modifier and Type Class Description private static class
PolygonsSet.ConnectableSegment
Private extension of Segment allowing connection.Methods in org.apache.commons.math3.geometry.euclidean.twod that return types with arguments of type Segment Modifier and Type Method Description private java.util.List<Segment>
PolygonsSet. followLoop(PolygonsSet.ConnectableSegment defining)
Build the loop containing a segment.java.util.List<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 Segment Modifier and Type Method Description private void
PolygonsSet. filterSpuriousVertices(java.util.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 Constructor Description SubLine(Segment segment)
Create a sub-line from a 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 Segment Modifier and Type Field Description private Segment[]
ConvexHull2D. lineSegments
Line segments of the hull.Methods in org.apache.commons.math3.geometry.euclidean.twod.hull that return Segment Modifier and Type Method Description Segment[]
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.
-