#include <CGAL/basic.h>
#include <CGAL/Nef_2/debug.h>
#include <vector>
Go to the source code of this file.
Defines |
#define | CGAL_NEF_DEBUG 23 |
#define | CGAL_forall_iterators(x, L) for(x = (L).begin(); x != (L).end(); ++x) |
Functions |
template<class R > |
CGAL_BEGIN_NAMESPACE int | spherical_orientation (const Sphere_point< R > &p1, const Sphere_point< R > &p2, const Sphere_point< R > &p3) |
template<class R > |
bool | is_south (const Sphere_point< R > &p, int axis) |
template<class R > |
bool | is_north (const Sphere_point< R > &p, int axis) |
template<class R > |
int | spherical_compare (const Sphere_point< R > &p1, const Sphere_point< R > &p2, int axis, int pos) |
template<class R , class I > |
void | partition (const Sphere_circle< R > &c, I start, I beyond, std::list< Sphere_segment< R > > &Lpos) |
template<class R , class I > |
void | partition_xy (I start, I beyond, std::list< Sphere_segment< R > > &L, int pos) |
Define Documentation
Function Documentation
template<class R , class I >
template<class R , class I >