I have a script that finds the most optimal way to rotate an object. The problem is almost every time I run it it gives me a different solution. How can this be?
There are no random variables in my script nor outside input, and the other objects in my scene are static.
There is floating point calculations, could this be it?
I would think even if the calculations were wrong they should at least be the same every time.