BWAPI
|
#include <CGAL/Circle_2.h>
#include <CGAL/Line_2.h>
#include <CGAL/Object.h>
#include <CGAL/squared_distance_2_1.h>
Go to the source code of this file.
Namespaces | |
namespace | CGALi |
Functions | |
template<class K > | |
bool | CGALi::do_intersect (const typename K::Circle_2 &c, const typename K::Line_2 &l, const K &) |
template<class K > | |
bool | CGALi::do_intersect (const typename K::Line_2 &l, const typename K::Circle_2 &c, const K &) |
template<class K > | |
bool | do_intersect (const Circle_2< K > &c, const Line_2< K > &l) |
template<class K > | |
bool | do_intersect (const Line_2< K > &l, const Circle_2< K > &c) |
bool do_intersect | ( | const Circle_2< K > & | c, |
const Line_2< K > & | l | ||
) | [inline] |
bool do_intersect | ( | const Line_2< K > & | l, |
const Circle_2< K > & | c | ||
) | [inline] |