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