BWAPI
|
#include <CGAL/Cartesian/Point_3.h>
#include <CGAL/Cartesian/Vector_3.h>
#include <CGAL/Cartesian/Plane_3.h>
#include <CGAL/constructions/kernel_ftC3.h>
Go to the source code of this file.
Functions | |
template<class K > | |
CGAL_BEGIN_NAMESPACE K::FT | squared_distance (const PointC3< K > &p, const PointC3< K > &q) |
template<class K > | |
K::FT | scaled_distance_to_plane (const PlaneC3< K > &h, const PointC3< K > &p) |
template<class K > | |
K::FT | scaled_distance_to_plane (const PointC3< K > &hp, const PointC3< K > &hq, const PointC3< K > &hr, const PointC3< K > &p) |
K::FT scaled_distance_to_plane | ( | const PlaneC3< K > & | h, |
const PointC3< K > & | p | ||
) | [inline] |
K::FT scaled_distance_to_plane | ( | const PointC3< K > & | hp, |
const PointC3< K > & | hq, | ||
const PointC3< K > & | hr, | ||
const PointC3< K > & | p | ||
) | [inline] |
CGAL_BEGIN_NAMESPACE K::FT squared_distance | ( | const PointC3< K > & | p, |
const PointC3< K > & | q | ||
) | [inline] |