Class InteriorAngleGreatArcConnector

Direct Known Subclasses:
InteriorAngleGreatArcConnector.Maximize, InteriorAngleGreatArcConnector.Minimize

Great arc connector that selects between multiple connection options based on the resulting interior angle. An interior angle in this case is the angle created between an incoming arc and an outgoing arc as measured on the minus (interior) side of the incoming arc. If looking along the direction of the incoming arc, smaller interior angles point more to the left and larger ones point more to the right.

This class provides two concrete implementations: InteriorAngleGreatArcConnector.Maximize and InteriorAngleGreatArcConnector.Minimize, which choose connections with the largest or smallest interior angles respectively.