Closed andreasala98 closed 3 years ago
For me this works great!
We correctly implemented the struct Vec and Point, and all the methods requested. All the tests are working fine as well. We could check the first 3 tasks for this PR.
Next week we'll implement the linear transformations.
All that needed to be' done is now done, we are ready to merge to master.
This PR is to track changes of our first branch. The
geometry
branch adds some important features to the project:Point
andVec
types