5 original functions (Div / Div 2):
advance(distance);see example
fget_angle(x0, y0, x1, y1);
[returns the angle between point 0 (x0, y0) and point 1 (x1, y1)]
fget_dist(x0, y0, x1, y1);
[returns the distance between point 0 (x0, y0) and point 1 (x1, y1)]
near_angle(angle, final angle, increment);see example
xadvance(angle, distance);see example
- angle: from 0 to 360000