Skip to content

Commit 52d5fe0

Browse files
StartAutomatingStartAutomating
authored andcommitted
docs: Turtle.Spirolateral ( Fixes #120 )
Adding examples
1 parent f0ec39c commit 52d5fe0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Turtle.types.ps1xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,8 @@ return $this.LSystem('F-G-G', [Ordered]@{
13731373
turtle spirolateral 50 120 6 @(1,3) save ./Spirolateral-120-6-1_3.svg
13741374
.EXAMPLE
13751375
turtle spirolateral 50 90 11 @(3,4,5) save ./Spirolateral-90-11-3_4_5.svg
1376+
.EXAMPLE
1377+
turtle @('spirolateral',50,60,6,@(1,3),'rotate', 60 * 6 ) save ./Spirolateral-x6.svg
13761378
#>
13771379
param(
13781380
# The base length of each side (this will be multiplied by the step number)

0 commit comments

Comments
 (0)