Quote Originally Posted by User137 View Post
Didn't test yet, but i realized that normalized vectors, when their length is multiplied is 1. That leaves it with just dot product.
Actually, dot product of two 3D vectors is an indirect measure of angle between them. So if you need to test some specific cases, you may omit the arccos altogether.