I FOUND MY MISTAKE! - And so did I.
From: Suncode (sol_developments_at_hotmail.com)
Date: 06/02/04
- Next message: Daniel Grubb: "Re: Peano's space-filling curve"
- Previous message: Suncode: "Re: More IFS."
- In reply to: Suncode: "Mauldin's appolonian works! - Now also in Q-basic"
- Next in thread: Roger L. Bagula: "Re: I FOUND MY MISTAKE! - And so did I."
- Reply: Roger L. Bagula: "Re: I FOUND MY MISTAKE! - And so did I."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 2 Jun 2004 18:39:43 -0000
> pi# = ATN(1#) * 8#
This is not pi but pi*2, should be :
pi# = ATN(1#) * 4#
Therefore :
> ' Try also this for surface-fill: (REMove the REMarks)
> REM sc0# = pi# - 1#
> REM sc1# = pi# + 1#
Should be:
sc0# = 2 * pi# - 1#
sc1# = 2 * pi# + 1#
It wrote the gasket anyway (the angle got to 240 and not 120 and this makes
no difference) therefore I newer had to look for the error.
SunCode.
- Next message: Daniel Grubb: "Re: Peano's space-filling curve"
- Previous message: Suncode: "Re: More IFS."
- In reply to: Suncode: "Mauldin's appolonian works! - Now also in Q-basic"
- Next in thread: Roger L. Bagula: "Re: I FOUND MY MISTAKE! - And so did I."
- Reply: Roger L. Bagula: "Re: I FOUND MY MISTAKE! - And so did I."
- Messages sorted by: [ date ] [ thread ]