Skip to content

Commit e15234a

Browse files
fix: Turtle.KochCurve parameter order ( Fixes #147 )
1 parent a62013f commit e15234a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Types/Turtle/KochCurve.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<#
2+
.SYNOPSIS
3+
Draws a Koch Curve
4+
.DESCRIPTION
5+
Draws a Koch Curve, using an L-System.
6+
#>
17
param(
28
[double]$Size = 10,
39
[double]$Rotation = 90,

0 commit comments

Comments
 (0)