BWAPI
Classes | Namespaces | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Line_2_Triangle_2_intersection.h File Reference
#include <CGAL/Line_2.h>
#include <CGAL/Segment_2.h>
#include <CGAL/Triangle_2.h>
#include <CGAL/Point_2.h>
#include <CGAL/Object.h>
#include <CGAL/Straight_2.h>
#include <CGAL/kernel_assertions.h>
#include <CGAL/number_utils.h>
Include dependency graph for Line_2_Triangle_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::Line_2_Triangle_2_pair< K >

Namespaces

namespace  CGALi

Functions

template<class K >
bool CGALi::do_intersect (const typename K::Line_2 &p1, const typename K::Triangle_2 &p2, const K &)
template<class K >
bool CGALi::do_intersect (const typename K::Triangle_2 &p2, const typename K::Line_2 &p1, const K &k)
template<class K >
Object CGALi::intersection (const typename K::Line_2 &line, const typename K::Triangle_2 &tr, const K &)
template<class K >
Object CGALi::intersection (const typename K::Triangle_2 &tr, const typename K::Line_2 &line, const K &k)
template<class K >
bool do_intersect (const Line_2< K > &p1, const Triangle_2< K > &p2)
template<class K >
bool do_intersect (const Triangle_2< K > &p1, const Line_2< K > &p2)
template<class K >
Object intersection (const Line_2< K > &line, const Triangle_2< K > &tr)
template<class K >
Object intersection (const Triangle_2< K > &tr, const Line_2< K > &line)

Function Documentation

template<class K >
bool do_intersect ( const Line_2< K > &  p1,
const Triangle_2< K > &  p2 
) [inline]
template<class K >
bool do_intersect ( const Triangle_2< K > &  p1,
const Line_2< K > &  p2 
) [inline]
template<class K >
Object intersection ( const Line_2< K > &  line,
const Triangle_2< K > &  tr 
) [inline]
template<class K >
Object intersection ( const Triangle_2< K > &  tr,
const Line_2< K > &  line 
) [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines