TIB: 3D Graphing yet again! And a hidden prize inside!


[Prev][Next][Index][Thread]

TIB: 3D Graphing yet again! And a hidden prize inside!



I figured out a good general prog to do this...

--------------------------------
ClLCD
InpSt "y=",Tmp
Str->Equ(Tmp,Y)
AxesOff
Line(yMin,yMin,yMax,yMax)
Line(yMin,yMax,yMax,yMin)
For(x,xMin,xMax,deltax)
Line(x,Y,Y,x)
End
Input
Return
--------------------------------

This looks bes with a quadratic equ., but most other stuff shows up
pretty well too. On another note, I am writing a GigaPet on the 85 due to
popular demand, with the ability to shoot the dog. Hehehe. It will be on
my page when I'm done.

+---------------------------------------------+
|There's too much blood in my caffeine system.|
|         http://barry11.home.ml.org          |
+---------------------------------------------+


References: