|
BWAPI
|
#include <CGAL/constructions/Straight_skeleton_cons_ftC2.h>#include <CGAL/Uncertain.h>#include <CGAL/certified_quotient_predicates.h>

Go to the source code of this file.
Namespaces | |
| namespace | CGAL_SS_i |
Functions | |
| template<class K > | |
| Uncertain< bool > | CGAL_SS_i::certified_collinearC2 (Point_2< K > const &p, Point_2< K > const &q, Point_2< K > const &r) |
| template<class K > | |
| Uncertain< bool > | CGAL_SS_i::certified_collinear_are_ordered_along_lineC2 (Point_2< K > const &p, Point_2< K > const &q, Point_2< K > const &r) |
| template<class K > | |
| Uncertain< bool > | CGAL_SS_i::are_edges_collinearC2 (Segment_2< K > const &e0, Segment_2< K > const &e1) |
| template<class K > | |
| Uncertain< bool > | CGAL_SS_i::are_edges_parallelC2 (Segment_2< K > const &e0, Segment_2< K > const &e1) |
| template<class K > | |
| Uncertain< bool > | CGAL_SS_i::are_parallel_edges_equally_orientedC2 (Segment_2< K > const &e0, Segment_2< K > const &e1) |
| template<class K > | |
| Uncertain< bool > | CGAL_SS_i::are_edges_orderly_collinearC2 (Segment_2< K > const &e0, Segment_2< K > const &e1) |
| template<class FT > | |
| Uncertain< Sign > | CGAL_SS_i::certified_side_of_oriented_lineC2 (const FT &a, const FT &b, const FT &c, const FT &x, const FT &y) |
| template<class K > | |
| Uncertain < Trisegment_collinearity > | CGAL_SS_i::certified_trisegment_collinearity (Segment_2< K > const &e0, Segment_2< K > const &e1, Segment_2< K > const &e2) |
| template<class K , class FT > | |
| Uncertain< bool > | CGAL_SS_i::exist_offset_lines_isec2 (intrusive_ptr< Trisegment_2< K > > const &tri, optional< FT > const &aMaxTime) |
| template<class K > | |
| Uncertain< Comparison_result > | CGAL_SS_i::compare_offset_lines_isec_timesC2 (intrusive_ptr< Trisegment_2< K > > const &m, intrusive_ptr< Trisegment_2< K > > const &n) |
| template<class K > | |
| Uncertain< bool > | CGAL_SS_i::is_edge_facing_pointC2 (optional< Point_2< K > > const &aP, Segment_2< K > const &aEdge) |
| template<class K > | |
| Uncertain< bool > | CGAL_SS_i::is_edge_facing_offset_lines_isecC2 (intrusive_ptr< Trisegment_2< K > > const &tri, Segment_2< K > const &aEdge) |
| template<class K > | |
| Uncertain< Oriented_side > | CGAL_SS_i::oriented_side_of_event_point_wrt_bisectorC2 (intrusive_ptr< Trisegment_2< K > > const &event, Segment_2< K > const &e0, Segment_2< K > const &e1, intrusive_ptr< Trisegment_2< K > > const &v01_event, bool primary_is_0) |
| template<class K > | |
| Uncertain< bool > | CGAL_SS_i::are_events_simultaneousC2 (intrusive_ptr< Trisegment_2< K > > const &l, intrusive_ptr< Trisegment_2< K > > const &r) |
1.7.6.1