BWAPI
|
#include <CGAL/Kernel_d/Pair_d.h>
#include <CGAL/Kernel_d/Line_d.h>
#include <CGAL/Kernel_d/Ray_d.h>
#include <CGAL/Dimension.h>
Go to the source code of this file.
Classes | |
class | Segment_d< p_R > |
Functions | |
template<class R > | |
CGAL_BEGIN_NAMESPACE std::istream & | operator>> (std::istream &, Segment_d< R > &) |
template<class R > | |
std::ostream & | operator<< (std::ostream &, const Segment_d< R > &) |
template<class R > | |
bool | weak_equality (const Segment_d< R > &s, const Segment_d< R > &t) |
template<class R > | |
bool | parallel (const Segment_d< R > &s1, const Segment_d< R > &s2) |
template<class R > | |
bool | common_endpoint (const Segment_d< R > &s1, const Segment_d< R > &s2, Point_d< R > &common) |
bool common_endpoint | ( | const Segment_d< R > & | s1, |
const Segment_d< R > & | s2, | ||
Point_d< R > & | common | ||
) |
bool weak_equality | ( | const Segment_d< R > & | s, |
const Segment_d< R > & | t | ||
) |