Been trying to get the relative angle of two vectors.
However what the code outputs is way off.
Anyone know where im going wrong?
Using two vectors and this line
ofDrawBitmapString(ofToString(point.angle(mouse), 5), 20, 40);
Output should be in degrees as in vec2f states. Furthermore if you set the two vectors at the same angle but further apart it gives a different value again.
... confused ?
Anyone used it with any success?
I tried creating my own calcs but using set tan and atan don't even correctly work for me..
What should be a very simple calculation has me stumped.