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 TypeClassDescriptionclass
Abstract class for joining collections of line subsets into connected paths.class
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. -
Uses of AbstractPathConnector in org.apache.commons.geometry.spherical.twod
Subclasses of AbstractPathConnector in org.apache.commons.geometry.spherical.twodModifier and TypeClassDescriptionclass
Abstract class for joining collections of great arcs into connected paths.class
Great arc connector that selects between multiple connection options based on the resulting interior angle.static class
Implementation ofInteriorAngleGreatArcConnector
that chooses arc connections that produce the largest interior angles.static class
Implementation ofInteriorAngleGreatArcConnector
that chooses arc connections that produce the smallest interior angles.