BWAPI
Namespaces | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/squared_distance_3_2.h File Reference
#include <CGAL/squared_distance_3_0.h>
#include <CGAL/Segment_3.h>
#include <CGAL/Line_3.h>
#include <CGAL/Ray_3.h>
#include <CGAL/Plane_3.h>
Include dependency graph for squared_distance_3_2.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::contains_vector (const typename K::Plane_3 &pl, const typename K::Vector_3 &vec, const K &)
template<class K >
K::FT CGALi::squared_distance (const typename K::Point_3 &pt, const typename K::Plane_3 &plane, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Plane_3 &plane, const typename K::Point_3 &pt, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Line_3 &line, const typename K::Plane_3 &plane, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Plane_3 &p, const typename K::Line_3 &line, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Ray_3 &ray, const typename K::Plane_3 &plane, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Plane_3 &plane, const typename K::Ray_3 &ray, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Segment_3 &seg, const typename K::Plane_3 &plane, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Plane_3 &plane, const typename K::Segment_3 &seg, const K &k)
template<class K >
bool contains_vector (const Plane_3< K > &pl, const Vector_3< K > &vec)
template<class K >
K::FT squared_distance (const Point_3< K > &pt, const Plane_3< K > &plane)
template<class K >
K::FT squared_distance (const Plane_3< K > &plane, const Point_3< K > &pt)
template<class K >
K::FT squared_distance (const Line_3< K > &line, const Plane_3< K > &plane)
template<class K >
K::FT squared_distance (const Plane_3< K > &p, const Line_3< K > &line)
template<class K >
K::FT squared_distance (const Ray_3< K > &ray, const Plane_3< K > &plane)
template<class K >
K::FT squared_distance (const Plane_3< K > &plane, const Ray_3< K > &ray)
template<class K >
K::FT squared_distance (const Segment_3< K > &seg, const Plane_3< K > &plane)
template<class K >
K::FT squared_distance (const Plane_3< K > &plane, const Segment_3< K > &seg)

Function Documentation

template<class K >
bool contains_vector ( const Plane_3< K > &  pl,
const Vector_3< K > &  vec 
)

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Point_3< K > &  pt,
const Plane_3< K > &  plane 
) [inline]

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Plane_3< K > &  plane,
const Point_3< K > &  pt 
) [inline]

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Line_3< K > &  line,
const Plane_3< K > &  plane 
) [inline]

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Plane_3< K > &  p,
const Line_3< K > &  line 
) [inline]

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Ray_3< K > &  ray,
const Plane_3< K > &  plane 
) [inline]

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Plane_3< K > &  plane,
const Ray_3< K > &  ray 
) [inline]

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Segment_3< K > &  seg,
const Plane_3< K > &  plane 
) [inline]

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Plane_3< K > &  plane,
const Segment_3< K > &  seg 
) [inline]

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines