adding euler vectors

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Guest

adding euler vectors

Post by Guest »

Hi all!

Do somebody know, how to add 2 euler vectors?
BlackNinjaGames
Posts: 31
Joined: Mon Sep 05, 2005 4:47 pm
Contact:

Post 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.
Post Reply