BWAPI
Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Envelope_3/Env_plane_traits_3_functions.h File Reference
#include <CGAL/basic.h>
#include <CGAL/Object.h>
Include dependency graph for Env_plane_traits_3_functions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class K >
CGAL_BEGIN_NAMESPACE Object plane_half_plane_proj_intersection (const typename K::Plane_3 &h1, const typename K::Plane_3 &h2, const typename K::Line_2 &l, const K &k)
template<class K >
Object half_plane_half_plane_proj_intersection (const typename K::Plane_3 &h1, const typename K::Line_2 &l1, const typename K::Plane_3 &h2, const typename K::Line_2 &l2, const K &k)
template<class K >
K::Line_2 project_xy (const typename K::Line_3 &l, const K &k)
template<class K >
Object line_under_linear_constraint (const typename K::Line_2 &l1, const typename K::Line_2 &l2, const K &k)
template<class K >
Object ray_under_linear_constraint (const typename K::Ray_2 &ray, const typename K::Line_2 &l, const K &k)

Function Documentation

template<class K >
Object half_plane_half_plane_proj_intersection ( const typename K::Plane_3 &  h1,
const typename K::Line_2 &  l1,
const typename K::Plane_3 &  h2,
const typename K::Line_2 &  l2,
const K &  k 
)

Here is the call graph for this function:

Here is the caller graph for this function:

template<class K >
Object line_under_linear_constraint ( const typename K::Line_2 &  l1,
const typename K::Line_2 &  l2,
const K &  k 
)

Here is the call graph for this function:

Here is the caller graph for this function:

template<class K >
CGAL_BEGIN_NAMESPACE Object plane_half_plane_proj_intersection ( const typename K::Plane_3 &  h1,
const typename K::Plane_3 &  h2,
const typename K::Line_2 &  l,
const K &  k 
)

Here is the call graph for this function:

Here is the caller graph for this function:

template<class K >
K::Line_2 project_xy ( const typename K::Line_3 &  l,
const K &  k 
)

Here is the call graph for this function:

Here is the caller graph for this function:

template<class K >
Object ray_under_linear_constraint ( const typename K::Ray_2 &  ray,
const typename K::Line_2 &  l,
const K &  k 
)

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines