Vector Math (WIP)
Vector math forms the basis for most of the work we do in shaders. This article will cover a few of the fundemental operations we can do with vectors.
Vector addition
Vector addition is the process of adding two vectors together. This is done by adding the corresponding components of the vectors together.