Encapsulation
Part 1
Follow the tutorial in the following video:
Part 2
Then add the remaining static methods to the VectorMath
class (Scale
, DotProduct
, CrossProduct
, Magnitude
, Normalize
) following the structure laid out in this UML class diagram:
The vector operations these methods should compute are:
You can uncomment the tests in the VectorMathUnitTests
class and then run them to verify your work.
Submit A Release
Create a release of your project code on GitHub and submit its URL.