Hello,
i need some help in math in scripting.
i got this:
int z = i - y * distance * distance - x * distance;
i want this (i dont know if it is correct):
int i = z + y / distance / distance + x / distance;
The first code gives me z by using (i, y, x and distance).
If i dont have āiā i want to calculate it but how?
Thank you