angle_difference(angle1,angle2) Returns the difference of the given angles in degress, -180 to 180.
instance_closest_approach(inst) Returns the closest distance that a given instance will approach the current instance.
intercept_course(origin,target,velocity) Returns the direction a projectile with a given velocity must travel to intercept a given target from a given origin.
motion_predict(instance,steps) Returns a list data structure loaded with the predicted positions of the given instance with regard to its current motion, friction and gravity.