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