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

fixed typos

This commit is contained in:
Justin Lin 2017-03-30 17:45:54 +08:00
parent 6d03f1b884
commit 6f2441d7eb

View File

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