Uses of Class
org.apache.commons.geometry.euclidean.twod.path.AbstractLinePathConnector
Packages that use AbstractLinePathConnector
Package
Description
This package provides classes for working with connected sequences of
line segments and other line subsets.
-
Uses of AbstractLinePathConnector in org.apache.commons.geometry.euclidean.twod.path
Subclasses of AbstractLinePathConnector in org.apache.commons.geometry.euclidean.twod.pathModifier and TypeClassDescriptionclass
Line subset connector that selects between multiple connection options based on the resulting interior angle.static final class
Implementation ofInteriorAngleLinePathConnector
that chooses line subset connections that produce the largest interior angles.static final class
Implementation ofInteriorAngleLinePathConnector
that chooses line subset connections that produce the smallest interior angles.