Uses of Class
org.apache.commons.geometry.euclidean.twod.path.InteriorAngleLinePathConnector
-
Packages that use InteriorAngleLinePathConnector Package Description org.apache.commons.geometry.euclidean.twod.path This package provides classes for working with connected sequences of line segments and other line subsets. -
-
Uses of InteriorAngleLinePathConnector in org.apache.commons.geometry.euclidean.twod.path
Subclasses of InteriorAngleLinePathConnector in org.apache.commons.geometry.euclidean.twod.path Modifier and Type Class Description static class
InteriorAngleLinePathConnector.Maximize
Implementation ofInteriorAngleLinePathConnector
that chooses line subset connections that produce the largest interior angles.static class
InteriorAngleLinePathConnector.Minimize
Implementation ofInteriorAngleLinePathConnector
that chooses line subset connections that produce the smallest interior angles.
-