BWAPI
Classes | Namespaces | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Line_2_Line_2_intersection.h File Reference
#include <CGAL/config.h>
#include <CGAL/Line_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 Line_2_Line_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_Line_2_pair< K >

Namespaces

namespace  CGALi

Functions

template<class K >
bool CGALi::do_intersect (const typename K::Line_2 &p1, const typename K::Line_2 &p2, const K &)
template<class K >
Object CGALi::intersection (const typename K::Line_2 &line1, const typename K::Line_2 &line2, const K &)
template<class R , class POINT , class RT >
bool CGALi::construct_if_finite (POINT &pt, RT x, RT y, RT w, R &, const Cartesian_tag &)
template<class R , class POINT , class RT >
bool CGALi::construct_if_finite (POINT &pt, RT x, RT y, RT w, R &, const Homogeneous_tag &)
template<class R , class POINT , class RT >
bool CGALi::construct_if_finite (POINT &pt, RT x, RT y, RT w, const R &r)
template<class K >
bool do_intersect (const Line_2< K > &p1, const Line_2< K > &p2)
template<class K >
Object intersection (const Line_2< K > &line1, const Line_2< K > &line2)

Function Documentation

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