Hi,
I would like to know if someone knows how to calculate easily if an object did a complete rotation around a point?
Thanks for help!
beufreecasse
I don't think an expression can be made easily for that, It will depend on what do you used/want to test exactly
Develop games in your browser. Powerful, performant & highly capable.
Aphrodite
In fact I want to test the number of rotation of an object around a point
Aphrodite In fact I want to test the number of rotation of an object around a point
If your object is rotating in one direction, you can count how many times it passes by an angle
You are right but my object can rotate on both ways.
So I think this is not enough :(