B O U N D A R Y_ A N G L E S
          Boundary angles (in radians) for distinguishing the direction of a fling gesture.
The direction of a fling gesture is registered as:
-  
FlingDirection.DOWNif the angle is in [0.25π, 0.75π). -  
FlingDirection.UPif the angle is in [1.25π, 1.75π). -  
FlingDirection.RIGHTif the angle is in [0.75π, 1.25π). -  
FlingDirection.LEFTif the angle is in [0, 0.25π) or [1.75π, 2π).