BWAPI
Namespaces | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/squared_distance_3_1.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 dependency graph for squared_distance_3_1.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 >
K::FT CGALi::squared_distance (const typename K::Point_3 &pt, const typename K::Line_3 &line, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Line_3 &line, const typename K::Point_3 &pt, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Point_3 &pt, const typename K::Ray_3 &ray, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Ray_3 &ray, const typename K::Point_3 &pt, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Point_3 &pt, const typename K::Segment_3 &seg, const K &k, const Homogeneous_tag)
template<class K >
K::FT CGALi::squared_distance (const typename K::Point_3 &pt, const typename K::Segment_3 &seg, const K &k, const Cartesian_tag &)
template<class K >
K::FT CGALi::squared_distance (const typename K::Point_3 &pt, const typename K::Segment_3 &seg, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Segment_3 &seg, const typename K::Point_3 &pt, const K &k)
template<class K >
K::FT CGALi::squared_distance_parallel (const typename K::Segment_3 &seg1, const typename K::Segment_3 &seg2, const K &k)
template<class K >
K::RT CGALi::_distance_measure_sub (typename K::RT startwdist, typename K::RT endwdist, const typename K::Vector_3 &start, const typename K::Vector_3 &end, const K &)
template<class K >
K::FT CGALi::squared_distance (const typename K::Segment_3 &seg1, const typename K::Segment_3 &seg2, const K &k)
template<class K >
K::FT CGALi::squared_distance_parallel (const typename K::Segment_3 &seg, 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::Ray_3 &ray, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Ray_3 &ray, const typename K::Segment_3 &seg, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Segment_3 &seg, const typename K::Line_3 &line, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Line_3 &line, const typename K::Segment_3 &seg, const K &k)
template<class K >
K::FT CGALi::ray_ray_squared_distance_parallel (const typename K::Vector_3 &ray1dir, const typename K::Vector_3 &ray2dir, const typename K::Vector_3 &s1_min_s2, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Ray_3 &ray1, const typename K::Ray_3 &ray2, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Line_3 &line, const typename K::Ray_3 &ray, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Ray_3 &ray, const typename K::Line_3 &line, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Line_3 &line1, const typename K::Line_3 &line2, const K &k)
template<class K >
K::FT squared_distance (const Point_3< K > &pt, const Line_3< K > &line)
template<class K >
K::FT squared_distance (const Line_3< K > &line, const Point_3< K > &pt)
template<class K >
K::FT squared_distance (const Point_3< K > &pt, const Ray_3< K > &ray)
template<class K >
K::FT squared_distance (const Ray_3< K > &ray, const Point_3< K > &pt)
template<class K >
K::FT squared_distance (const Point_3< K > &pt, const Segment_3< K > &seg)
template<class K >
K::FT squared_distance (const Segment_3< K > &seg, const Point_3< K > &pt)
template<class K >
K::FT squared_distance_parallel (const Segment_3< K > &seg1, const Segment_3< K > &seg2)
template<class K >
K::FT squared_distance (const Segment_3< K > &seg1, const Segment_3< K > &seg2)
template<class K >
K::FT squared_distance_parallel (const Segment_3< K > &seg, const Ray_3< K > &ray)
template<class K >
K::FT squared_distance (const Segment_3< K > &seg, const Ray_3< K > &ray)
template<class K >
K::FT squared_distance (const Ray_3< K > &ray, const Segment_3< K > &seg)
template<class K >
K::FT squared_distance (const Segment_3< K > &seg, const Line_3< K > &line)
template<class K >
K::FT squared_distance (const Line_3< K > &line, const Segment_3< K > &seg)
template<class K >
K::FT ray_ray_squared_distance_parallel (const Vector_3< K > &ray1dir, const Vector_3< K > &ray2dir, const Vector_3< K > &s1_min_s2)
template<class K >
K::FT squared_distance (const Ray_3< K > &ray1, const Ray_3< K > &ray2)
template<class K >
K::FT squared_distance (const Line_3< K > &line, const Ray_3< K > &ray)
template<class K >
K::FT squared_distance (const Ray_3< K > &ray, const Line_3< K > &line)
template<class K >
K::FT squared_distance (const Line_3< K > &line1, const Line_3< K > &line2)

Function Documentation

template<class K >
K::FT ray_ray_squared_distance_parallel ( const Vector_3< K > &  ray1dir,
const Vector_3< K > &  ray2dir,
const Vector_3< K > &  s1_min_s2 
) [inline]

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Segment_3< K > &  seg1,
const Segment_3< K > &  seg2 
) [inline]

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Ray_3< K > &  ray1,
const Ray_3< K > &  ray2 
) [inline]

Here is the call graph for this function:

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

Here is the call graph for this function:

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

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Line_3< K > &  line1,
const Line_3< K > &  line2 
) [inline]

Here is the call graph for this function:

template<class K >
K::FT squared_distance_parallel ( const Segment_3< K > &  seg1,
const Segment_3< K > &  seg2 
) [inline]

Here is the call graph for this function:

template<class K >
K::FT squared_distance_parallel ( const Segment_3< K > &  seg,
const Ray_3< K > &  ray 
) [inline]

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines