BWAPI
Classes | Namespaces | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Ray_2_Iso_rectangle_2_intersection.h File Reference
#include <CGAL/Iso_rectangle_2.h>
#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/Object.h>
Include dependency graph for Ray_2_Iso_rectangle_2_intersection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CGALi::Ray_2_Iso_rectangle_2_pair< K >

Namespaces

namespace  CGALi

Functions

template<class K >
bool CGALi::do_intersect (const typename K::Ray_2 &p1, const typename K::Iso_rectangle_2 &p2, const K &)
template<class K >
bool CGALi::do_intersect (const typename K::Iso_rectangle_2 &p2, const typename K::Ray_2 &p1, const K &k)
template<class K >
Object CGALi::intersection (const typename K::Ray_2 &ray, const typename K::Iso_rectangle_2 &iso, const K &)
template<class K >
Object CGALi::intersection (const typename K::Iso_rectangle_2 &iso, const typename K::Ray_2 &ray, const K &k)
template<class K >
bool do_intersect (const Iso_rectangle_2< K > &p1, const Ray_2< K > &p2)
template<class K >
bool do_intersect (const Ray_2< K > &p2, const Iso_rectangle_2< K > &p1)
template<class K >
Object intersection (const Iso_rectangle_2< K > &iso, const Ray_2< K > &ray)
template<class K >
Object intersection (const Ray_2< K > &ray, const Iso_rectangle_2< K > &iso)

Function Documentation

template<class K >
bool do_intersect ( const Iso_rectangle_2< K > &  p1,
const Ray_2< K > &  p2 
) [inline]
template<class K >
bool do_intersect ( const Ray_2< K > &  p2,
const Iso_rectangle_2< K > &  p1 
) [inline]
template<class K >
Object intersection ( const Iso_rectangle_2< K > &  iso,
const Ray_2< K > &  ray 
) [inline]
template<class K >
Object intersection ( const Ray_2< K > &  ray,
const Iso_rectangle_2< K > &  iso 
) [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines