Uses of Class
org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet.ConnectableSegment
-
Packages that use PolygonsSet.ConnectableSegment Package Description org.apache.commons.math3.geometry.euclidean.twod This package provides basic 2D geometry components. -
-
Uses of PolygonsSet.ConnectableSegment in org.apache.commons.math3.geometry.euclidean.twod
Fields in org.apache.commons.math3.geometry.euclidean.twod declared as PolygonsSet.ConnectableSegment Modifier and Type Field Description private PolygonsSet.ConnectableSegmentPolygonsSet.ConnectableSegment. nextNext segment.private PolygonsSet.ConnectableSegmentPolygonsSet.ConnectableSegment. previousPrevious segment.Fields in org.apache.commons.math3.geometry.euclidean.twod with type parameters of type PolygonsSet.ConnectableSegment Modifier and Type Field Description private java.util.List<PolygonsSet.ConnectableSegment>PolygonsSet.SegmentsBuilder. segmentsBuilt segments.Methods in org.apache.commons.math3.geometry.euclidean.twod that return PolygonsSet.ConnectableSegment Modifier and Type Method Description PolygonsSet.ConnectableSegmentPolygonsSet.ConnectableSegment. getNext()Get the next segment.PolygonsSet.ConnectableSegmentPolygonsSet.ConnectableSegment. getPrevious()Get the previous segment.private PolygonsSet.ConnectableSegmentPolygonsSet. getUnprocessed(java.util.List<PolygonsSet.ConnectableSegment> segments)Get first unprocessed segment from a list.Methods in org.apache.commons.math3.geometry.euclidean.twod that return types with arguments of type PolygonsSet.ConnectableSegment Modifier and Type Method Description java.util.List<PolygonsSet.ConnectableSegment>PolygonsSet.SegmentsBuilder. getSegments()Get the segments.Methods in org.apache.commons.math3.geometry.euclidean.twod with parameters of type PolygonsSet.ConnectableSegment Modifier and Type Method Description private java.util.List<Segment>PolygonsSet. followLoop(PolygonsSet.ConnectableSegment defining)Build the loop containing a segment.voidPolygonsSet.ConnectableSegment. setNext(PolygonsSet.ConnectableSegment next)Set the next segment.voidPolygonsSet.ConnectableSegment. setPrevious(PolygonsSet.ConnectableSegment previous)Set the previous segment.Method parameters in org.apache.commons.math3.geometry.euclidean.twod with type arguments of type PolygonsSet.ConnectableSegment Modifier and Type Method Description private intPolygonsSet. closeVerticesConnections(java.util.List<PolygonsSet.ConnectableSegment> segments)Connect the segments using Euclidean distance.private PolygonsSet.ConnectableSegmentPolygonsSet. getUnprocessed(java.util.List<PolygonsSet.ConnectableSegment> segments)Get first unprocessed segment from a list.private intPolygonsSet. naturalFollowerConnections(java.util.List<PolygonsSet.ConnectableSegment> segments)Connect the segments using only natural follower information.private intPolygonsSet. splitEdgeConnections(java.util.List<PolygonsSet.ConnectableSegment> segments)Connect the segments resulting from a line splitting a straight edge.
-