So I've got the following problem:
I have points A and B and I draw a line going from A to B. Knowing the coordinates of each point, I need to find out if the point C is on the right side of the line. Everything is placed in a 2 dimensional space.
How am I supposed to solve this problem?