1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-04-13 02:31:58 +02:00

updated doc

This commit is contained in:
Justin Lin 2017-04-25 20:22:55 +08:00
parent 0d91c42c78
commit fb4d7de4b2

View File

@ -1,6 +1,6 @@
# golden_spiral
Gets all points and angles on the path of a golden spiral. The distance between two points is almost constant.
Gets all points and angles on the path of a golden spiral based on Fibonacci numbers. The distance between two points is almost constant.
It returns a vector of `[[x, y], angle]`.