Class defining a point in 2D space with numbers of type double.  
 More...
#include <Math.h>
|  | 
| double | x = 0 | 
|  | 
| double | y = 0 | 
|  | 
Class defining a point in 2D space with numbers of type double. 
§ Point2D() [1/3]
  
  | 
        
          | BaseLib::Math::Point2D::Point2D | ( |  | ) |  |  | inline | 
 
 
§ Point2D() [2/3]
      
        
          | BaseLib::Math::Point2D::Point2D | ( | const std::string & | s | ) |  | 
      
 
Constructor converting a coordinate string with coordinates seperated by ";" (i. 
e. "0.3613;0.162"). 
 
 
§ Point2D() [3/3]
  
  | 
        
          | BaseLib::Math::Point2D::Point2D | ( | double | x, |  
          |  |  | double | y |  
          |  | ) |  |  |  | inline | 
 
 
§ ~Point2D()
  
  | 
        
          | virtual BaseLib::Math::Point2D::~Point2D | ( |  | ) |  |  | inlinevirtual | 
 
 
§ toString()
  
  | 
        
          | std::string BaseLib::Math::Point2D::toString | ( |  | ) |  |  | inline | 
 
 
      
        
          | double BaseLib::Math::Point2D::x = 0 | 
      
 
 
      
        
          | double BaseLib::Math::Point2D::y = 0 | 
      
 
 
The documentation for this class was generated from the following files: