You do not necessarily need a sample greater than two points. A vector should be sufficient.
If touch end x is > touch start x then angle is anticlockwise.
If touch end x is < touch start x then angle is clockwise.
If touch end y is > touch start y then angle is clockwise.
If touch end y is < touch start y then angle is anticlockwise.