Math's Trig Versus Basic's Trig Functions
#27
This program has a major flaw. Because it's hardwired for "SCREEN 12", it also builds in the half-width and half-height.

Change "SCREEN 12" to "SCREEN _NEWIMAGE(...)" and the "320" and "240" near the bottom of the program to "_WIDTH \ 2" and "_HEIGHT \ 2" respectively. I didn't look at the whole source code: make other changes where needed. I say that because the program indicates converting to QB64 coordinates and therefore I felt there had to be an update to it.
Reply


Messages In This Thread
RE: Math's Trig Versus Basic's Trig Functions - by mnrvovrfc - 10-04-2022, 04:18 PM



Users browsing this thread: 14 Guest(s)