数学图形(2.18)Hyperbolical conical spiral双曲圆锥螺线
生活随笔
收集整理的這篇文章主要介紹了
数学图形(2.18)Hyperbolical conical spiral双曲圆锥螺线
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
雙曲圓錐螺線
#http://www.mathcurve.com/courbes3d/spiralehyperbolique/spiralehyperbolique.shtml vertices = 12000t = from (-20*PI) to (20*PI)r = 10 a = rand2(PI*0.2, PI*0.8)x = r*cos(t)/t z = r*sin(t)/t y = r*cot(a)/t看其腳本代碼與截圖,當(dāng)t為無窮大時,上下兩端的曲線才會相交.可以逆向思維一下,將t取倒數(shù),腳本代碼變?yōu)?
#http://www.mathcurve.com/courbes3d/spiralehyperbolique/spiralehyperbolique.shtml vertices = 12000w = from (-1) to (1)t = 1/wr = 10 a = rand2(PI*0.2, PI*0.8)x = r*cos(t)/t z = r*sin(t)/t y = r*cot(a)/t?
?
?
轉(zhuǎn)載于:https://www.cnblogs.com/WhyEngine/p/3841013.html
總結(jié)
以上是生活随笔為你收集整理的数学图形(2.18)Hyperbolical conical spiral双曲圆锥螺线的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。