Circle.  
 More...
#include <modm/math/geometry/circle_2d.hpp>
 | 
| 
Vector< T, 2 >  | center | 
|   | 
| 
T  | radius | 
|   | 
 | 
| 
class  | Line2D< T > | 
|   | 
| 
class  | LineSegment2D< T > | 
|   | 
template<typename T>
class modm::Circle2D< T >
Circle. 
- Author
 - Fabian Greif 
 
 
template<typename T > 
      
        
          | bool modm::Circle2D< T >::getIntersections  | 
          ( | 
          const Circle2D< T > &  | 
          other,  | 
        
        
           | 
           | 
          PointSet2D< T > &  | 
          intersections  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
 
template<typename T > 
      
        
          | bool modm::Circle2D< T >::getIntersections  | 
          ( | 
          const Line2D< T > &  | 
          line,  | 
        
        
           | 
           | 
          PointSet2D< T > &  | 
          intersections  | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
Calculate intersection point(s) 
- Parameters
 - 
  
    | [in] | line | Other line  | 
    | [out] | intersections | Intersection points | 
  
   
- See also
 - Line2D::intersect() 
 
 
 
The documentation for this class was generated from the following file: