Language:C++ Author: Austin Crow Purpose: CS 261 Assignment
Folder Contains Header and Source files These files provide the Classes for LineSegment, and Point The LineSegment class takes 2 points and a slope to create a line segment that can be used for calculations The Point Class provides an x and y coordinate to help build the LineSegment Class.