How to know the line joining two points?
- by dafero
I have two points and I want to know the line which is joining them.
I don't want to draw the line.
I want to create a matrix with all the points which formed the line.
In the future, I want to solve if two points belong or not to a shape. And this is the first part.