BWAPI
|
#include <CGAL/Segment_2.h>
#include <CGAL/Triangle_2.h>
#include <CGAL/Line_2.h>
#include <CGAL/kernel_assertions.h>
#include <CGAL/number_utils.h>
#include <vector>
#include <CGAL/Line_2_Line_2_intersection.h>
Go to the source code of this file.
Classes | |
struct | CGALi::Pointlist_2_rec_< K > |
struct | CGALi::Pointlist_2_< K > |
class | CGALi::Triangle_2_Triangle_2_pair< K > |
Namespaces | |
namespace | CGALi |
Functions | |
template<class K > | |
void | CGALi::_init_list (Pointlist_2_< K > &list, const typename K::Triangle_2 &trian) |
template<class K > | |
void | CGALi::_cut_off (Pointlist_2_< K > &list, const typename K::Line_2 &cutter) |
template<class K > | |
Object | CGALi::intersection (const typename K::Triangle_2 &tr1, const typename K::Triangle_2 &tr2, const K &) |