+ #
+ # The explicit formula shows clearly that triangles move in groups of
+ # 2 in the plan.
+ #
+ # However, use an implicit form for robustness, so that if the other
+ # angle functions change this one can be left untouched.
+ return self.get_angle_in_hexagon() - self.get_angle_in_plan()