Given a line running through p1:(x1,y1) and p2:(x2,y2),
I need to calculate two points such that a new parallel line 20 pixels away from the given line runs through the two new points.
Edit: The newline can be 20 pixels in either direction (i.e., pick a direction; it does not matter).