[study] circular motion

[study] circular motion
* 
* See a very good sample for circular motion!
* サイン・コサインを使った円運動
* http://wonderfl.net/c/yKQl
*
* 
* 360° = 2 * Math.PI * radians;
* 
* radians = degrees * Math.PI / 180;
* degrees = radians * 180 / Math.PI;
* 
* x position use cos 0°(1),90°(0),180°(-1),270°(0),360°(1)
* y position use sin 0°(0),90°(1),180°(0),270°(-1),360°(0)
* 
* 
