
the magnitude of N DOES NOT MATTER for my purposes in the solution. any help would be greatly appreciated. i just really dont want to think any more on this..
Moderator: Forum Moderators
Quester115 wrote:I'm assuming this is for a mutator of some sort.
Don't know too much Uscript...yet. So I don't know how vectors are expressed
but if I remember correct(its been a good year and a half since trig)
vector N = V + W
...
V<i1 , j1>
W<i2 , j2>
...
N = <i1+i2 , j1+j2>
...
which means the angle of N would be *arctan( (j1+j2)/(i1+i2) )
hope this helps, and if not I'll try again
---------------------
Edit: used tan instead of arctan(arctan is correct)
---------------------
N<i3 , j3>
alpha = arctan(j3/i3) - arctan(j1/i1)
beta = arctan(j3/i3) - arctan(j2/j1)