mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-02-20 02:29:37 +00:00
add references for circle functions
This commit is contained in:
parent
70afd85c18
commit
15b68ffe89
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ module circle(r, d, anchor=CENTER, spin=0) {
|
||||||
// Usage: As a Function
|
// Usage: As a Function
|
||||||
// path = ellipse(r|d=, [realign=], [circum=], ...);
|
// path = ellipse(r|d=, [realign=], [circum=], ...);
|
||||||
// Topics: Shapes (2D), Paths (2D), Path Generators, Attachable
|
// Topics: Shapes (2D), Paths (2D), Path Generators, Attachable
|
||||||
// See Also: circle()
|
// See Also: circle(), circle_2tangents(), circle_3points()
|
||||||
// Description:
|
// Description:
|
||||||
// When called as a module, creates a 2D polygon that approximates a circle or ellipse of the given size.
|
// When called as a module, creates a 2D polygon that approximates a circle or ellipse of the given size.
|
||||||
// When called as a function, returns a 2D list of points (path) for a polygon that approximates a circle or ellipse of the given size.
|
// When called as a function, returns a 2D list of points (path) for a polygon that approximates a circle or ellipse of the given size.
|
||||||
|
|
Loading…
Reference in a new issue