In the 1960’s, Seymour Papert introduced Turtle Graphics (now available in several computer programming languages).  The robot turtle starts in a direction, turns left a certain amount, moves forward, turns left the same amount again, moves forward, .. and when it reaches the starting point, turns left for one last time.  The sum of the left turns equals 360 degrees (the turtle has completely rotated around).  In math terms, the sum of the external angles of a regular polygon is 360 degrees.
Here, we have a 12-sided regular polygon which rotates until the image coincides with the preimage.  That is 360/12 = 30 degrees (the outside angle).  If it rotated thus 12 times, it would have made one complete rotation.