BWAPI
|
#include <CGAL/Ray_2.h>
#include <CGAL/Segment_2.h>
#include <CGAL/Point_2.h>
#include <CGAL/kernel_assertions.h>
#include <CGAL/number_utils.h>
#include <CGAL/Line_2.h>
#include <CGAL/Line_2_Line_2_intersection.h>
#include <CGAL/Object.h>
Go to the source code of this file.
Classes | |
class | CGALi::Ray_2_Ray_2_pair< K > |
Namespaces | |
namespace | CGALi |
Functions | |
template<class K > | |
bool | CGALi::do_intersect (const typename K::Ray_2 &p1, const typename K::Ray_2 &p2, const K &) |
template<class K > | |
Object | CGALi::intersection (const typename K::Ray_2 &ray1, const typename K::Ray_2 &ray2, const K &) |
template<class K > | |
bool | do_intersect (const Ray_2< K > &ray1, const Ray_2< K > &ray2) |
template<class K > | |
Object | intersection (const Ray_2< K > &ray1, const Ray_2< K > &ray2) |
bool do_intersect | ( | const Ray_2< K > & | ray1, |
const Ray_2< K > & | ray2 | ||
) | [inline] |