|
BWAPI
|


Go to the source code of this file.
Classes | |
| class | Sphere_segment_rep< R_ > |
| class | Sphere_segment< R_ > |
Functions | |
| template<typename R > | |
| bool | do_intersect_internally (const Sphere_segment< R > &s1, const Sphere_segment< R > &s2, Sphere_point< R > &p) |
| template<typename R > | |
| std::ostream & | operator<< (std::ostream &os, const CGAL::Sphere_segment< R > &s) |
| template<typename R > | |
| std::istream & | operator>> (std::istream &is, CGAL::Sphere_segment< R > &s) |
| template<typename R > | |
| bool | do_intersect_internally (const Sphere_circle< R > &c1, const Sphere_segment< R > &s2, Sphere_point< R > &p) |
| bool do_intersect_internally | ( | const Sphere_segment< R > & | s1, |
| const Sphere_segment< R > & | s2, | ||
| Sphere_point< R > & | p | ||
| ) |


| bool do_intersect_internally | ( | const Sphere_circle< R > & | c1, |
| const Sphere_segment< R > & | s2, | ||
| Sphere_point< R > & | p | ||
| ) |

| std::ostream& operator<< | ( | std::ostream & | os, |
| const CGAL::Sphere_segment< R > & | s | ||
| ) |
| std::istream& operator>> | ( | std::istream & | is, |
| CGAL::Sphere_segment< R > & | s | ||
| ) |
1.7.6.1