MAXScript Frequently Asked Questions
How do I find the angle between two vectors?
As explained in the Point3 Values topic, the angle between two vectors can be calculated using the dot product of the normalized vectors and calculating the acos of the result.
See also How do I find the angle between 3 vertices?
See also