Search found 3 matches

by DerMeister
Sat Jun 25, 2011 9:30 am
Forum: Tricks 'n' Tips
Topic: Isometrical depiction of 3d plots
Replies: 4
Views: 1986

Re: Isometrical depiction of 3d plots

Looks good, nice and clean display. Thanks for sharing this.
Thanks for the comment :)
When you check the OpenScreen command, you should avoid running the rest of the program if it failed! )
Yes, I just noticed there is the "End" command missing in the Check() Function. It actually should end ...
by DerMeister
Fri Jun 24, 2011 8:53 pm
Forum: Tricks 'n' Tips
Topic: Isometrical depiction of 3d plots
Replies: 4
Views: 1986

Re: Isometrical depiction of 3d plots

Comtois wrote:Nice code :)
Thanks, I'm glad you like it :)
Comtois wrote:Btw you can use Radian()
Interesting, I overlooked this function until now. Anyone else want to comment on the code or give an improvement?
by DerMeister
Thu Jun 23, 2011 5:42 pm
Forum: Tricks 'n' Tips
Topic: Isometrical depiction of 3d plots
Replies: 4
Views: 1986

Isometrical depiction of 3d plots

Some time ago i created this, inspired by my math lessons :) You can add plots in the code by using the procedure Plot3D() and view them displayed in a coordinate system. The screen width and height can also be adapted to the resolution of your screen. Maybe i sometimes didn't use the correct ...