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

updated docs

This commit is contained in:
Justin Lin
2017-04-25 10:06:07 +08:00
parent ab45ff5032
commit b00195297f

View File

@@ -5,6 +5,7 @@ Sometimes you need all points on the path of a circle. Here's the function. Its
## Parameters
- `radius` : The radius of the circle.
- `n` : The number of points you want. It's not greater than the fragments of the circle.
- `$fa`, `$fs`, `$fn` : Check [the circle module](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#circle) for more details.
## Examples