Page 1 of 1

adding euler vectors

Posted: Tue Oct 18, 2005 2:40 pm
by Guest
Hi all!

Do somebody know, how to add 2 euler vectors?

Posted: Tue Oct 18, 2005 9:42 pm
by BlackNinjaGames
You want to add two vectors?

You jsut add the components. (x1+x2,y1+y2)

(5,4)+(1,2) = (6,6)

For more vector operations, go ahead and go here.