mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 21:58:27 +01:00
add references for circle functions
This commit is contained in:
parent
70afd85c18
commit
15b68ffe89
@ -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…
x
Reference in New Issue
Block a user