Get rotation in certain axis

Suppose I have a sphere S spinning with some random rotation.

Suppose now I create a vector V from the center of S to any point of the space.

How can I get the magnitude of the rotation of S around V ?

3393288--266836--upload_2018-2-16_2-54-54.png

You need to know what ‘zero’ is (1 vector) and then you can compare this with the ‘current’ (also 1 vector) by calculating the angle between those vectors after projecting them into the plane of which v is the normal vector. :slight_smile: … sorry, cannot explain this less complicated