Go to the source code of this file.
Functions |
template<class R > |
CGAL_BEGIN_NAMESPACE
CGAL_KERNEL_MEDIUM_INLINE bool | has_larger_distance_to_point (const PointH2< R > &p, const PointH2< R > &q, const PointH2< R > &r) |
template<class R > |
CGAL_KERNEL_INLINE
Comparison_result | compare_signed_distance_to_line (const LineH2< R > &l, const PointH2< R > &p, const PointH2< R > &q) |
template<class R > |
CGAL_KERNEL_INLINE bool | has_larger_signed_distance_to_line (const LineH2< R > &l, const PointH2< R > &p, const PointH2< R > &q) |
template<class R > |
CGAL_KERNEL_INLINE bool | has_smaller_signed_distance_to_line (const LineH2< R > &l, const PointH2< R > &p, const PointH2< R > &q) |
template<class R > |
CGAL_KERNEL_MEDIUM_INLINE
Comparison_result | compare_signed_distance_to_line (const PointH2< R > &p, const PointH2< R > &q, const PointH2< R > &r, const PointH2< R > &s) |
template<class R > |
CGAL_KERNEL_MEDIUM_INLINE bool | has_smaller_signed_distance_to_line (const PointH2< R > &p, const PointH2< R > &q, const PointH2< R > &r, const PointH2< R > &s) |
template<class R > |
CGAL_KERNEL_MEDIUM_INLINE bool | has_larger_signed_distance_to_line (const PointH2< R > &p, const PointH2< R > &q, const PointH2< R > &r, const PointH2< R > &s) |
Function Documentation