BWAPI
Namespaces | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Triangle_2_Triangle_2_do_intersect.h File Reference
#include <CGAL/Triangle_2.h>
Include dependency graph for Triangle_2_Triangle_2_do_intersect.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::intersection_test_vertex (const typename K::Point_2 *P1, const typename K::Point_2 *Q1, const typename K::Point_2 *R1, const typename K::Point_2 *P2, const typename K::Point_2 *Q2, const typename K::Point_2 *R2, const K &k)
template<class K >
bool CGALi::intersection_test_edge (const typename K::Point_2 *P1, const typename K::Point_2 *Q1, const typename K::Point_2 *R1, const typename K::Point_2 *P2, const typename K::Point_2 *Q2, const typename K::Point_2 *R2, const K &k)
template<class K >
bool CGALi::do_intersect (const typename K::Triangle_2 &t1, const typename K::Triangle_2 &t2, const K &k)
template<class K >
bool do_intersect (const Triangle_2< K > &t1, const Triangle_2< K > &t2)

Function Documentation

template<class K >
bool do_intersect ( const Triangle_2< K > &  t1,
const Triangle_2< K > &  t2 
) [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines