Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Nice kata, though a bit too easy for 3kyu.
There is an error in the description:
azimuth
is not the azimuth of the sun, but the azimuth of the point where the sun rises. After midday, the actual azimuth of the sun will differ fromazimuth
by 180 degrees. The picture shows the situation correctly, but the text above it is wrong. (I took the text at face value, and spent quite a while figuring out what I was doing wrong.)