Uses of Class
org.apache.commons.geometry.spherical.twod.InteriorAngleGreatArcConnector
-
Packages that use InteriorAngleGreatArcConnector Package Description org.apache.commons.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of InteriorAngleGreatArcConnector in org.apache.commons.geometry.spherical.twod
Subclasses of InteriorAngleGreatArcConnector in org.apache.commons.geometry.spherical.twod Modifier and Type Class Description static class
InteriorAngleGreatArcConnector.Maximize
Implementation ofInteriorAngleGreatArcConnector
that chooses arc connections that produce the largest interior angles.static class
InteriorAngleGreatArcConnector.Minimize
Implementation ofInteriorAngleGreatArcConnector
that chooses arc connections that produce the smallest interior angles.
-