Skip to content

Latest commit

 

History

History

logarithmic_spiral

Logarithmic Spiral

Interesting reads:

Equations

  • $r=ae^{k\phi}+b$
    • $x=rcos\phi$
    • $y=rsin\phi$

Output

Logarithmic spiral curve

Execution work product of logarithmic_spiral_plot.py module.

Logarithmic spiral curve

Logarithmic spiral design

Execution work products of logarithmic_spiral_design.py module.

Logarithmic spiral design (rotated)

Logarithmic spiral design (reflected)

Logarithmic spiral animation

Execution work product of logarithmic_spiral_animation.py module.

logarithmic_spiral.rotation.mp4