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.
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.