Essentially, I have a CSV file full of compass bearings in radians from 0 to 2pi and attached timestamps that looks something like this: time, bearing 0.36,0.01
I want to find out the clockwise angle between 2 vectors(2D, 3D). The clasic way with the dot product gives me the inner angle(0-180 degrees) and I need to us