I have a cube of unit length. Each face of the cube is divided into 10 x 10 segments. Consider an object of size equal to that of a segment moving through the surface of the cube.
I need to compute a way to find the next segment in the cube given the direction of the object.
I would say to simply use flatten representation. Navigation within a face is simple. Navigation between faces can easily coded using a map of "relations":
BTW, you can use any suitable net: