I have a class which when initialised performs a one off calculation using 3 data arrays. These arrays calculate the coordinates of the class object (ita a rubixs cube btw).

My question is this. Is it right to store these arrays within the class, or should they be outside it? Im not sure myself.