Given two points, calculate the vector direction from point1 to point2, directions are multiples of 90 degrees.
Definition at line 23 of file Utils.py.
Encode a string into an xml safe string by replacing special characters. @param string the input string @return output string with safe characters
Definition at line 37 of file Utils.py.