|
CGAL 4.7 - 2D and 3D Linear Geometry Kernel
|
Functions | |
| template<typename Kernel > | |
| Comparison_result | CGAL::compare_slopes (const CGAL::Line_2< Kernel > &l1, const CGAL::Line_2< Kernel > &l2) |
compares the slopes of the lines l1 and l2 More... | |
| template<typename Kernel > | |
| Comparison_result | CGAL::compare_slopes (const CGAL::Segment_2< Kernel > &s1, const CGAL::Segment_2< Kernel > &s2) |
compares the slopes of the segments s1 and s2 More... | |
| Comparison_result CGAL::compare_slopes | ( | const CGAL::Line_2< Kernel > & | l1, |
| const CGAL::Line_2< Kernel > & | l2 | ||
| ) |
compares the slopes of the lines l1 and l2
| Comparison_result CGAL::compare_slopes | ( | const CGAL::Segment_2< Kernel > & | s1, |
| const CGAL::Segment_2< Kernel > & | s2 | ||
| ) |
compares the slopes of the segments s1 and s2