Package org.apache.commons.geometry.euclidean.twod.path
This package provides classes for working with connected sequences of
line segments and other line subsets.
-
Class Summary Class Description AbstractLinePathConnector Abstract class for joining collections of line subsets into connected paths.AbstractLinePathConnector.ConnectableLineSubset Internal class used to connect line subsets together.InteriorAngleLinePathConnector Line subset connector that selects between multiple connection options based on the resulting interior angle.InteriorAngleLinePathConnector.Maximize Implementation ofInteriorAngleLinePathConnector
that chooses line subset connections that produce the largest interior angles.InteriorAngleLinePathConnector.Minimize Implementation ofInteriorAngleLinePathConnector
that chooses line subset connections that produce the smallest interior angles.LinePath Class representing a connected path ofline convex subsets
.LinePath.Builder Class used to build line paths.LinePath.SimplifiedLinePath Internal class returned when a line path is simplified to remove unnecessary line subset divisions.