Skip to content

Commit 3ada253

Browse files
docs: New-Turtle docs ( Fixes #148 )
2 parents 4f1ce88 + 589b853 commit 3ada253

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Turtle.types.ps1xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,13 @@ $this.PenUp().Forward($Distance).PenDown()
718718
<ScriptMethod>
719719
<Name>KochCurve</Name>
720720
<Script>
721-
param(
721+
&lt;#
722+
.SYNOPSIS
723+
Draws a Koch Curve
724+
.DESCRIPTION
725+
Draws a Koch Curve, using an L-System.
726+
#&gt;
727+
param(
722728
[double]$Size = 10,
723729
[double]$Rotation = 90,
724730
[int]$Order = 4

0 commit comments

Comments
 (0)