CSC3221 Programming for Games Vector3D

1) Implemented Vector3D class to store x, y, z coordinates on the Stack memory.

2) Implemented Bin class to create and manage Vector3D objects using Heap memory.

Git Repository:

CSC3221 Vector3D