#include "../../igl_inline.h"
#include <CGAL/Segment_3.h>
#include <CGAL/Point_3.h>
#include "segment_segment_squared_distance.cpp"
Go to the source code of this file.
|
template<typename Kernel > |
bool | igl::copyleft::cgal::segment_segment_squared_distance (const CGAL::Segment_3< Kernel > &S1, const CGAL::Segment_3< Kernel > &S2, CGAL::Point_3< Kernel > &P1, CGAL::Point_3< Kernel > &P2, typename Kernel::FT &d) |
| Given two segments S1 and S2 find the points on each of closest approach and the squared distance thereof.
|
|