I am looking for a good method to find out if a specified point lies within a specified circle. The situation looks as follows:
Where the line at r has a given heading (60°). I now want to find out, if point E and F lie within this half of the circle. E does, F does not.
The center of the circle and the points E/F are given by coordinates X/Y, so the circle center is not 0/0.

What would be the best performing way to find out?