How to know the line joining two points?
        Posted  
        
            by dafero
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dafero
        
        
        
        Published on 2010-06-03T10:40:42Z
        Indexed on 
            2010/06/03
            10:44 UTC
        
        
        Read the original article
        Hit count: 248
        
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.
© Stack Overflow or respective owner