MADjestic Posted May 26, 2006 Share Posted May 26, 2006 Hi, I think I need a simple task to accomplish - How can I get the value of an angle, if I know its' cos/sin/tangent, etc...? Say, tan(beta) = a/b. What is the value of beta? Thanks. Quote Link to comment Share on other sites More sharing options...
AdamJ Posted May 26, 2006 Share Posted May 26, 2006 beta = arctan(a/B) (arctangent inverse of tangent) 'atan' in vex or better yet 'atan2' check out online help for details; in vops 'trig node' and set function to arc tangent (don't think VOPS has atan2 though) Quote Link to comment Share on other sites More sharing options...
MADjestic Posted May 27, 2006 Author Share Posted May 27, 2006 beta = arctan(a/B) (arctangent inverse of tangent) 'atan' in vex or better yet 'atan2' check out online help for details; in vops 'trig node' and set function to arc tangent (don't think VOPS has atan2 though) 28041[/snapback] Thanks! 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.