Unity 2D Games Developer Question:
Download Questions PDF

Tell us why vectors should be normalized when used to move an object?

Unity 2D Games Developer Interview Question
Unity 2D Games Developer Interview Question

Answer:

Normalization makes the vector unit length. It means, for instance, that if you want to move with speed 20.0, multiplying speed * vector will result in a precise 20.0 units per step. If the vector had a random length, the step would be different than 20.0 units.

Download Unity 2D Games Developer Interview Questions And Answers PDF

Previous QuestionNext Question
What is educational/Serious?What is puzzle?