1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 17:24:20 +02:00

update doc

This commit is contained in:
Justin Lin
2020-02-25 10:17:57 +08:00
parent 31a150da2b
commit 9a7b5948a0

View File

@@ -4,7 +4,7 @@ Returns shape points of a regular cyclic polygon. They can be used with xxx_extr
## Parameters
- `sides` : The radius of the circle.
- `sides` : The sides of the circle.
- `circle_r` : The radius of the circumcircle.
- `corner_r` : The radius of the circle at a corner.
- `$fa`, `$fs`, `$fn` : Check [the circle module](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#circle) for more details.