If we for example have a (simple) mathematical expression like this:
3+5=8
Is the 3 added to 5 or
is the 5 added to 3?
Also, if it was subtraction instead in the expression above, is it subtracted in the same "direction" or would it be reversed?
Why do I ask this?
I want to make a game where you get a bunch of numbers on 2 conveyor belts, they lead into a machine that adds the numbers together and outputts the result on a new conveyor,
and I want to make the addition animation as accurate as possible to how things are calculated.
3+5=8
Is the 3 added to 5 or
is the 5 added to 3?
Also, if it was subtraction instead in the expression above, is it subtracted in the same "direction" or would it be reversed?
Why do I ask this?
I want to make a game where you get a bunch of numbers on 2 conveyor belts, they lead into a machine that adds the numbers together and outputts the result on a new conveyor,
and I want to make the addition animation as accurate as possible to how things are calculated.