BWAPI
Namespaces | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Point_2_Segment_2_intersection.h File Reference
#include <CGAL/Segment_2.h>
#include <CGAL/Point_2.h>
#include <CGAL/Object.h>
Include dependency graph for Point_2_Segment_2_intersection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  CGALi

Functions

template<class K >
bool CGALi::do_intersect (const typename K::Point_2 &pt, const typename K::Segment_2 &seg, const K &)
template<class K >
bool CGALi::do_intersect (const typename K::Segment_2 &seg, const typename K::Point_2 &pt, const K &)
template<class K >
Object CGALi::intersection (const typename K::Point_2 &pt, const typename K::Segment_2 &seg, const K &)
template<class K >
Object CGALi::intersection (const typename K::Segment_2 &seg, const typename K::Point_2 &pt, const K &)
template<class K >
bool do_intersect (const Segment_2< K > &seg, const Point_2< K > &pt)
template<class K >
bool do_intersect (const Point_2< K > &pt, const Segment_2< K > &seg)
template<class K >
Object intersection (const Segment_2< K > &seg, const Point_2< K > &pt)
template<class K >
Object intersection (const Point_2< K > &pt, const Segment_2< K > &seg)

Function Documentation

template<class K >
bool do_intersect ( const Segment_2< K > &  seg,
const Point_2< K > &  pt 
) [inline]
template<class K >
bool do_intersect ( const Point_2< K > &  pt,
const Segment_2< K > &  seg 
) [inline]
template<class K >
Object intersection ( const Segment_2< K > &  seg,
const Point_2< K > &  pt 
) [inline]
template<class K >
Object intersection ( const Point_2< K > &  pt,
const Segment_2< K > &  seg 
) [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines