You must do this assignment using Eclipse and the PointsLinesVectors project that you checked out from your individual SVN repository in class.
Be sure to check out that project into your Eclipse C workspace, not your Python workspace.
NOTE: After your repositories were populated we discovered that line 98 of points-lines-main.c should read:
printf("v3 is the vector from p2 to midpoint of p1 and p2.\n");
instead of the code that you see on that line. Please, change
that line of your code accordingly.Stubs for all of the functions (and complete implementations of some of them) have been provided for you in point-line-functions.c. The file also contains short specifications of each function as comments.
You are to complete the definitions of all of the functions below. None of them requires more than a few lines of code.
When your code is working, commit it to your repository.