Making x the subject of the formula / Re-arranging formula
#3

Just bring fX to the other side of the equation:

pawn Code:
a = b - c

// Is the same as

b = a + c

// Which means

-fX = -x + offsets[0]

// - cancel eachother out

fX = x + offsets[0]
Reply


Messages In This Thread
Making x the subject of the formula / Re-arranging formula - by Kyle - 01.01.2014, 14:57
Re: Making x the subject of the formula / Re-arranging formula - by Threshold - 01.01.2014, 15:14
Re: Making x the subject of the formula / Re-arranging formula - by Sinner - 01.01.2014, 15:22

Forum Jump:


Users browsing this thread: 3 Guest(s)