|
|
In article <3852A45F.401732A2@aol.com>, "SamuelT." <STB### [at] aolcom>
wrote:
> It appears my version of the superpatch doesn't know what 'radians' is.
> Off
> I go now to download the megapatch, hoping it supports radians....
I am pretty certain it does, since it includes the MultiPatch, which is
what I used on this.
You can replace the calls to radians like this:
radians(D)
can be replaced with:
D*pi/180
Actually, as I remember, the Superpatch doesn't recognize "pi" either.
That is another thing the Multipatch adds, and which should be in the
Megapatch. You can work around this by adding
#declare PI = pi;
and using "PI" in place of "pi".
D*PI/180
--
Chris Huff
e-mail: chr### [at] yahoocom
Web page: http://chrishuff.dhs.org/
Post a reply to this message
|
|