Uses of Class
org.apache.commons.geometry.spherical.twod.AbstractGreatArcConnector
-
Packages that use AbstractGreatArcConnector Package Description org.apache.commons.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of AbstractGreatArcConnector in org.apache.commons.geometry.spherical.twod
Subclasses of AbstractGreatArcConnector in org.apache.commons.geometry.spherical.twod Modifier and Type Class Description classInteriorAngleGreatArcConnectorGreat arc connector that selects between multiple connection options based on the resulting interior angle.static classInteriorAngleGreatArcConnector.MaximizeImplementation ofInteriorAngleGreatArcConnectorthat chooses arc connections that produce the largest interior angles.static classInteriorAngleGreatArcConnector.MinimizeImplementation ofInteriorAngleGreatArcConnectorthat chooses arc connections that produce the smallest interior angles.
-