Hello there... I've been working on my 2.5d map viewer (not really using any 3d commands, but currently in blitz3d).
I'm having a problem my mathamatics... I need to figure out a way of solving this equation, but I'm not sure it's even possible.
My example:
ry#=10*zoom#*(1/y#)
if ry# = 120, & zoom# = 256 what is y#?
is it it possible to find what something is divided by if we know the answer? I can't figure it out. Please help.
I'm having a problem my mathamatics... I need to figure out a way of solving this equation, but I'm not sure it's even possible.
My example:
ry#=10*zoom#*(1/y#)
if ry# = 120, & zoom# = 256 what is y#?
is it it possible to find what something is divided by if we know the answer? I can't figure it out. Please help.