BWAPI
Namespaces | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/squared_distance_2_2.h File Reference
#include <CGAL/user_classes.h>
#include <CGAL/kernel_assertions.h>
#include <CGAL/Point_2.h>
#include <CGAL/Segment_2.h>
#include <CGAL/Line_2.h>
#include <CGAL/Ray_2.h>
#include <CGAL/Triangle_2.h>
#include <CGAL/enum.h>
#include <CGAL/wmult.h>
#include <CGAL/squared_distance_utils.h>
#include <CGAL/squared_distance_2_1.h>
Include dependency graph for squared_distance_2_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 >
void CGALi::distance_index (int &ind1, int &ind2, const typename K::Point_2 &pt, const typename K::Triangle_2 &triangle, const K &k)
template<class K >
K::FT CGALi::squared_distance_indexed (const typename K::Point_2 &pt, const typename K::Triangle_2 &triangle, int ind1, int ind2, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Point_2 &pt, const typename K::Triangle_2 &triangle, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Triangle_2 &triangle, const typename K::Point_2 &pt, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Line_2 &line, const typename K::Triangle_2 &triangle, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Triangle_2 &triangle, const typename K::Line_2 &line, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Ray_2 &ray, const typename K::Triangle_2 &triangle, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Triangle_2 &triangle, const typename K::Ray_2 &ray, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Segment_2 &seg, const typename K::Triangle_2 &triangle, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Triangle_2 &triangle, const typename K::Segment_2 &seg, const K &k)
template<class K >
K::FT CGALi::squared_distance (const typename K::Triangle_2 &triangle1, const typename K::Triangle_2 &triangle2, const K &k)
template<class K >
K::FT squared_distance (const Point_2< K > &pt, const Triangle_2< K > &triangle)
template<class K >
K::FT squared_distance (const Triangle_2< K > &triangle, const Point_2< K > &pt)
template<class K >
K::FT squared_distance (const Line_2< K > &line, const Triangle_2< K > &triangle)
template<class K >
K::FT squared_distance (const Triangle_2< K > &triangle, const Line_2< K > &line)
template<class K >
K::FT squared_distance (const Ray_2< K > &ray, const Triangle_2< K > &triangle)
template<class K >
K::FT squared_distance (const Triangle_2< K > &triangle, const Ray_2< K > &ray)
template<class K >
K::FT squared_distance (const Segment_2< K > &seg, const Triangle_2< K > &triangle)
template<class K >
K::FT squared_distance (const Triangle_2< K > &triangle, const Segment_2< K > &seg)
template<class K >
K::FT squared_distance (const Triangle_2< K > &triangle1, const Triangle_2< K > &triangle2)

Function Documentation

template<class K >
K::FT squared_distance ( const Point_2< K > &  pt,
const Triangle_2< K > &  triangle 
) [inline]

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Triangle_2< K > &  triangle,
const Point_2< K > &  pt 
) [inline]

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Line_2< K > &  line,
const Triangle_2< K > &  triangle 
) [inline]

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Triangle_2< K > &  triangle,
const Line_2< K > &  line 
) [inline]

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Ray_2< K > &  ray,
const Triangle_2< K > &  triangle 
) [inline]

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Triangle_2< K > &  triangle,
const Ray_2< K > &  ray 
) [inline]

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Segment_2< K > &  seg,
const Triangle_2< K > &  triangle 
) [inline]

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Triangle_2< K > &  triangle,
const Segment_2< K > &  seg 
) [inline]

Here is the call graph for this function:

template<class K >
K::FT squared_distance ( const Triangle_2< K > &  triangle1,
const Triangle_2< K > &  triangle2 
) [inline]

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines