CreateLinePoints: Creates a vector that represents the line that connects two points
Description
CreateLinePoints creates a vector that represents the line that connects two points
Usage
CreateLinePoints(P1, P2)
Arguments
P1
Vector containing the xy-coordinates of point 1
P2
Vector containing the xy-coordinates of point 2
Value
Returns a vector which contains the slope and intercept of the defined line. If the points have the same x-coordinate, the slope is set to Inf and the intercept is replaced by the x-value for the line (which is a vertical line in this situation)