Vectors

You'll also see 3D vectors described in Cartesian coordinates. Like their 2D counterparts, 3D vectors are simply lines drawn in the 3D world that have a direction and a length. Vectors can be moved in world space but remain unchanged themselves. Vectors are useful in a game engine context, as they allow us to calculate forces, distances, relative angles between objects, and the direction of an object.