alert 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
user freeskier89
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, 13747 views

polar daisy flash adobe rose


Download (3.38 KB)

Comments

You need to login to post a comment.

user KasperChristense
KasperChristense 16 years ago

Really nice done!