27.08.2010, 12:58
atan2(x1 - x2, y1 - y2)
there must be a "/" between x2 and y1, but you wrote ",". Is it true?
and how will i use it? i mean:
new Float:angle;
angle = atan2(x1 - x2, y1 - y2) ?
there must be a "/" between x2 and y1, but you wrote ",". Is it true?
and how will i use it? i mean:
new Float:angle;
angle = atan2(x1 - x2, y1 - y2) ?