How can the acos formula be used? Is there another approach using different converters together?
1 Like
Hm… If you want to know the angle between two vectors, use Dot Product with them normalized.
If you don’t have the two vectors, you can fake them.
1 Like
Thank you for answering my question