diagrams-rubiks-cube-0.1.1.0: Library for drawing the Rubik's Cube.

Safe HaskellSafe
LanguageHaskell2010

Diagrams.RubiksCube.Move

Synopsis

Documentation

data Move Source

Constructors

D 
D' 
U 
U' 
L 
L' 
R 
R' 
F 
F' 
B 
B' 

mirror :: Move -> Move Source

Swaps left and right.

invert :: Move -> Move Source

The opposite move.