There are 2 arrays holding 153 elements between them, which create the 600 or so coordinates of the rubixs cube (27 smaller cubes, 8 vertices, 3 coordinate you do the math ).
The arrays are only used when the rubixs cube is created.
Is it neccessary to store the data in the class? Or is it good programming to encapsulate everything that the class can possibly use?