Suppose we have the points A, B, and C on a plane. Lets say we have the line AB and AC. Is there a way to figure out if the angle between BAC is positive or negative?
Ie. did we have to do a positive rotation to get the line AB to AC (using A is the pivot) for some theta or a negative rotation?
Hint, the relation between the distances $AB$, $AC$ and $BC$ and angle $BAC$ is given by
$$ |BC|^2 = |AB|^2 + |AC|^2 - 2 |AB| |AC| \cos\Big(BAC\Big) $$