This appears to be a flash file, you cannot see a preview because flash player is no longer supoorted in browsers, but you can still download the file to study it's source code.
You can open/play the swf file with Flash Player exe
You can open/play the swf file with Flash Player exe
freeskier89 (34)
Polar Daisy
This application draws a polar rose. To convert polar to parametric graphing, I came up with the equation:x=radius*Math.cos(1/pCoefficient*theta*(Math.PI/1 80))*Math.sin(theta);
y=radius*Math.sin(1/pCoefficient*theta*(Math.PI/1 80))*Math.sin(theta);
Every thing in this file is drawn entirely with code :D (even the grid).
765 downloads, 13841 views
Comments
You need to login to post a comment.
Really nice done!