Point Class
The Point object represents a location in a two-dimensional coordinate system, where x represents the horizontal axis and y represents the vertical axis.
Constructor
Point
    
        
            (
    
    
    
    
    
    
    
    
    
    - 
                    
                        x
- 
                    
                        y
Parameters:
- 
                    
                        xNumberposition of the point 
- 
                    
                        yNumberposition of the point 
