I think I'm heading in the right direction, but I'm thrashing a bit with how to write the constructor and methods.
I would like a few hints to get back on the right path.
I'm using Processing 4.5.2 Java core, and JDK 17, in IDEA CE.
I've created a class Vectorizer, which I want to take two sets of coordinates and convert them into a vector, so that I can display a line that extends past the 2nd xy point, as well as designate a point on the line that remains a constant distance away from the 1st xy point.
I've screwed up somewhere, as even though (I think) I'm passing new points to the .display method, the displayed line doesn't move.
Code to follow.
