mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 20:10:36 +02:00
rename
This commit is contained in:
@@ -16,9 +16,9 @@ font_size = 2.5;
|
|||||||
txt_extrude = radius * 0.5;
|
txt_extrude = radius * 0.5;
|
||||||
txt_scale = 1.5;
|
txt_scale = 1.5;
|
||||||
|
|
||||||
math_constants(n, radius, constants, font_name, font_size, txt_extrude, txt_scale);
|
spiral_math_constants(n, radius, constants, font_name, font_size, txt_extrude, txt_scale);
|
||||||
|
|
||||||
module math_constants(n, radius, constants, font_name, font_size, txt_extrude, txt_scale) {
|
module spiral_math_constants(n, radius, constants, font_name, font_size, txt_extrude, txt_scale) {
|
||||||
|
|
||||||
pts = fibonacci_lattice(n, radius);
|
pts = fibonacci_lattice(n, radius);
|
||||||
|
|
Reference in New Issue
Block a user