Reply to Re: Raycating
If you don't have an account, just leave the password field blank.
I remember the trig functions being in the reDink engine, and perhaps in one of the early 1.08 versions, but as Dink doesn't have floats, the only thing it'd return would be 1, 0, or -1.
A function math_cos(int &angle, int &mult); (ditto with sin, tan, etc.) which would multiply by &mult before converting to an integer would be more useful. Sadly, it's not there. Shouldn't be too difficult to add, though.
A function math_cos(int &angle, int &mult); (ditto with sin, tan, etc.) which would multiply by &mult before converting to an integer would be more useful. Sadly, it's not there. Shouldn't be too difficult to add, though.