Build two new classes CollisionComponent and CollisionSystem. The CollisionComponent contains
data regarding the type of collision object is being used (sphere, AABB, plane, ...). The ComponentSystem
will be tasked with job of doing the math behind collisions.
Extra: Create the code to automatically build an AABB around an Object.