Spiral incompatible exampleSpiral compatible example
To programming from center, the code which draws graphics to screen, must draw everything from -1 region. By making loop to start from the number "-1", the computer does make rotation backwards and starts to work from center. This type of looping must be applied only in functions that do draw something to the graphic card. In C# for example, it is a "draw" method.