19#ifndef INCLUDED_TOOLS_LINE_HXX 
   20#define INCLUDED_TOOLS_LINE_HXX 
   43    double          GetLength() 
const;
 
   45    bool            Intersection( 
const tools::Line& rLine, 
double& rIntersectionX, 
double& rIntersectionY ) 
const;
 
   48    double          GetDistance( 
const double& rPtX, 
const double& rPtY ) 
const;
 
constexpr tools::Long Y() const
 
constexpr tools::Long X() const