Uses of Class
org.apache.commons.geometry.euclidean.internal.AbstractPathConnector
Packages that use AbstractPathConnector
Package
Description
This package provides classes for working with connected sequences of
line segments and other line subsets.
This package provides basic geometry components on the 2-sphere.
-
Uses of AbstractPathConnector in org.apache.commons.geometry.euclidean.twod.path
Subclasses of AbstractPathConnector in org.apache.commons.geometry.euclidean.twod.pathModifier and TypeClassDescriptionclassAbstract class for joining collections of line subsets into connected paths.classLine subset connector that selects between multiple connection options based on the resulting interior angle.static final classImplementation ofInteriorAngleLinePathConnectorthat chooses line subset connections that produce the largest interior angles.static final classImplementation ofInteriorAngleLinePathConnectorthat chooses line subset connections that produce the smallest interior angles. -
Uses of AbstractPathConnector in org.apache.commons.geometry.spherical.twod
Subclasses of AbstractPathConnector in org.apache.commons.geometry.spherical.twodModifier and TypeClassDescriptionclassAbstract class for joining collections of great arcs into connected paths.classGreat arc connector that selects between multiple connection options based on the resulting interior angle.static classImplementation ofInteriorAngleGreatArcConnectorthat chooses arc connections that produce the largest interior angles.static classImplementation ofInteriorAngleGreatArcConnectorthat chooses arc connections that produce the smallest interior angles.