Ejemplo n.º 1
0
def main():
    file_name, figure, book_color = Rotations.get_program_parameters()
    # Set up for six rotations about the y-axis.
    figure = 2
    book_color = True
    Rotations.rotate(file_name, figure, book_color)
Ejemplo n.º 2
0
def main():
    file_name, figure, book_color = Rotations.get_program_parameters()
    # First a rotation about the x-axis, then six rotations about the y-axis.
    figure = 4
    book_color = True
    Rotations.rotate(file_name, figure, book_color)