-
Notifications
You must be signed in to change notification settings - Fork 0
Procedure ‐ Two Points on Equation Line
The goal of the two points on equation line procedure is to find two points on a line given by an equation.
The inputs for this procedure are:
-
aCoefficient: The$a$ coefficient of the line equation. -
bCoefficient: The$b$ coefficient of the line equation. -
cCoefficient: The$c$ coefficient of the line equation.
The outputs of this procedure are:
-
point1: The first point on the line. -
point2: The second point on the line.
The procedure for this is as follows:
If
If
If
If
Now that we have one point on the line we can find the second point by moving by the directional vector of the line
The second point is then