sab Posted July 23, 2015 Share Posted July 23, 2015 hi all did any one used vangle expression before,if then please show me some tips Thanks and Regards Sabs Quote Link to comment Share on other sites More sharing options...
acey195 Posted July 23, 2015 Share Posted July 23, 2015 the angle between two vectors is the arcCosine of the dot product of the 2 vectors, this will give you the answer in radians, to get the answer in degrees: in expression language: degree(acos(dot(vector1,vector2))) in vex: float angle = degrees(acos(dot(vector1,vector2))); no idea why it is degree() and degrees() Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.