PHP script to draw a spiral?

谁说胖子不能爱 提交于 2019-12-23 06:16:06

问题


Does anybody have a PHP (or other language) script for drawing a spiral. A simple (Archimedean spiral) would be just fine. Of course the principle is simple but coding it in SVG or GD would take some time, so I wonder if somebody has one ready :-)


回答1:


See this page: Using GD (imagearc) and PHP to draw spirals (Listing 27.3)



来源:https://stackoverflow.com/questions/2546370/php-script-to-draw-a-spiral

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!