[MWForum]Re:snowflake

Mikula Family mwforum@lists.mathcats.com
Mon, 14 Jul 2003 22:49:37 -0700


--------------347316A393367303F25EE43B
Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353"
Content-Transfer-Encoding: 7bit

When I run Wendy's following program:
to koch_snowflake
seth -90
repeat 3 [rt 120 side length level]
end

to side :length? :level?
if :level? = 0 [fd :length? stop]
side :length? / 3 :level? - 1 lt 60
side :length? / 3 :level? - 1 rt 120
side :length? / 3 :level? - 1 lt 60
side :length? / 3 :level? - 1
end

The message is ... I don't know how to length in koch_snowflake
Her demo on mathcats is perfect.  This is fun. Thanks for the help.

--------------347316A393367303F25EE43B
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
When I run Wendy's following program:
<br>to koch_snowflake
<br>seth -90
<br>repeat 3 [rt 120 side length level]
<br>end
<p>to side :length? :level?
<br>if :level? = 0 [fd :length? stop]
<br>side :length? / 3 :level? - 1 lt 60
<br>side :length? / 3 :level? - 1 rt 120
<br>side :length? / 3 :level? - 1 lt 60
<br>side :length? / 3 :level? - 1
<br>end
<p>The message is ... <font color="#FF0A22">I don't know how to length
in koch_snowflake</font>
<br>Her demo on mathcats is perfect.&nbsp; This is fun. Thanks for the
help.</html>

--------------347316A393367303F25EE43B--