Say I have a line segment with two points (2,1) and (5,10). I need to find all points on the line starting at (2,1) and moving towards (5,10) that have a distance of 3 from each other. Is there a formula I can use? I know the slope and the y intercept will help me find points on the line but randomly plugging in numbers to see if it is at a certain distance does not seem right. Any suggestions?