Uses of Class
org.apache.commons.geometry.euclidean.twod.path.LinePath.SimplifiedLinePath
-
Packages that use LinePath.SimplifiedLinePath 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 LinePath.SimplifiedLinePath in org.apache.commons.geometry.euclidean.twod.path
Methods in org.apache.commons.geometry.euclidean.twod.path that return LinePath.SimplifiedLinePath Modifier and Type Method Description LinePath.SimplifiedLinePathLinePath.SimplifiedLinePath. simplify()Simplify this path, if possible, by combining adjacent elements that lie on the same line (as determined byLine.equals(Object)).
-