I have a set of lines where I know the beginning and end coordinates (X1, Y1, X2, Y2). What I need to calculate is a set of begin/end coordinates for parallel lines that makes the line a set distance away.
Example, if I have coordinates (0,0,50,0), which is a horizontal line, and the...