Module for Rotating points

Millllllll.rotate.decode(s)[source]

Takes six bytes s and returns a point

Millllllll.rotate.encode(vect)[source]

Takes a point vect and converts it to six bytes

Millllllll.rotate.go_through_brainfuck(file_name, point, use_python=False)[source]

passes points throught the brainfuck file file_name

Millllllll.rotate.mirror_and_turn(points, use_python=False)[source]

points need to be tuples or lists of floats

Millllllll.rotate.mirror_and_turn_segments(segments, use_python=False)[source]

segments need to be tuples or lists of points (will be returned as tuples), points need to be tuples or lists of floats