The function is called calc_angle_in_plan().
dest_x, dest_y = self.get_tile_center_in_plan(tile)
i, j = self.tetraflexagon.get_tile_plan_position(tile)
dest_x, dest_y = self.get_tile_center_in_plan(tile)
i, j = self.tetraflexagon.get_tile_plan_position(tile)
- theta = tile.get_angle_in_plan(i, j)
+ theta = tile.calc_angle_in_plan(i, j)
# The transformation from a tile in the square to the correspondent
# tile in the plan is composed by these steps:
# The transformation from a tile in the square to the correspondent
# tile in the plan is composed by these steps: