This is how you implement vectors into your game. In this example we'll be implementing a vector 3, but the same principles can be used to create a vector 2.
This is how you implement a matrix class into your game. In this example we'll be implementing a 4x4 matrix, but the same principles can be used to create other matrix sizes.