Question: In C++: Using classes and overloaded opperators design a vector (as in the mathematical vectors and not C++ vectors ) class that acconmplishes all of
In C++:
Using classes and overloaded opperators design a vector (as in the mathematical vectors and not C++ vectors) class that acconmplishes all of the following functions with the vector components:
add
sub
scale
mag
unit
angle
dot
orth
input
and be able to test it with three points on the ( x , y ) plane.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
