bonus-direction-vector

Bonus: direction vector

This short bonus video should help you visualize what we mean by direction vector.

In short, it’s typically a vector with a maximum length of 1.0 that we use to represent the player or an entity’s move direction. You can multiply it by a speed value to calculate a velocity.