Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 271 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 271 Bytes

Vector3DClass

This is a 3D vector class that I created to be used in homework or other analysis You may need Gtest to build and run the code. I programmed it using test driven debugging which is where I wrote a test for every member function that the class defines.