BWAPI
|
#include <CGAL/Homogeneous/PointH3.h>
Go to the source code of this file.
Functions | |
template<class R > | |
CGAL_BEGIN_NAMESPACE CGAL_KERNEL_MEDIUM_INLINE bool | lexicographically_xy_smaller (const PointH3< R > &p, const PointH3< R > &q) |
template<class R > | |
CGAL_KERNEL_MEDIUM_INLINE Comparison_result | compare_xy (const PointH3< R > &p, const PointH3< R > &q) |
template<class R > | |
CGAL_KERNEL_INLINE bool | equal_xy (const PointH3< R > &p, const PointH3< R > &q) |
template<class R > | |
CGAL_KERNEL_INLINE bool | equal_xyz (const PointH3< R > &p, const PointH3< R > &q) |
template<class R > | |
CGAL_KERNEL_INLINE bool | less_x (const PointH3< R > &p, const PointH3< R > &q) |
template<class R > | |
CGAL_KERNEL_INLINE bool | less_y (const PointH3< R > &p, const PointH3< R > &q) |
template<class R > | |
CGAL_KERNEL_INLINE bool | less_z (const PointH3< R > &p, const PointH3< R > &q) |
CGAL_KERNEL_MEDIUM_INLINE Comparison_result compare_xy | ( | const PointH3< R > & | p, |
const PointH3< R > & | q | ||
) |
CGAL_KERNEL_INLINE bool equal_xy | ( | const PointH3< R > & | p, |
const PointH3< R > & | q | ||
) |
CGAL_KERNEL_INLINE bool equal_xyz | ( | const PointH3< R > & | p, |
const PointH3< R > & | q | ||
) |
CGAL_KERNEL_INLINE bool less_x | ( | const PointH3< R > & | p, |
const PointH3< R > & | q | ||
) |
CGAL_KERNEL_INLINE bool less_y | ( | const PointH3< R > & | p, |
const PointH3< R > & | q | ||
) |
CGAL_KERNEL_INLINE bool less_z | ( | const PointH3< R > & | p, |
const PointH3< R > & | q | ||
) |
CGAL_BEGIN_NAMESPACE CGAL_KERNEL_MEDIUM_INLINE bool lexicographically_xy_smaller | ( | const PointH3< R > & | p, |
const PointH3< R > & | q | ||
) |