|
BWAPI
|

Go to the source code of this file.
Namespaces | |
| namespace | CGAL_SS_i |
Functions | |
| template<class NT > | |
| NT | CGAL_SS_i::inexact_sqrt_implementation (NT const &n, CGAL::Null_functor no_sqrt) |
| template<class NT , class Sqrt > | |
| NT | CGAL_SS_i::inexact_sqrt_implementation (NT const &n, Sqrt sqrt_f) |
| template<class NT > | |
| NT | CGAL_SS_i::inexact_sqrt (NT const &n) |
| Quotient< MP_Float > | CGAL_SS_i::inexact_sqrt (Quotient< MP_Float > const &q) |
| template<class K > | |
| optional< Line_2< K > > | CGAL_SS_i::compute_normalized_line_ceoffC2 (Segment_2< K > const &e) |
| template<class FT > | |
| Rational< FT > | CGAL_SS_i::squared_distance_from_point_to_lineC2 (FT const &px, FT const &py, FT const &sx, FT const &sy, FT const &tx, FT const &ty) |
| template<class K > | |
| intrusive_ptr< Trisegment_2< K > > | CGAL_SS_i::construct_trisegment (Segment_2< K > const &e0, Segment_2< K > const &e1, Segment_2< K > const &e2) |
| template<class K > | |
| optional< Rational< typename K::FT > > | CGAL_SS_i::compute_normal_offset_lines_isec_timeC2 (intrusive_ptr< Trisegment_2< K > > const &tri) |
| template<class K > | |
| optional< Point_2< K > > | CGAL_SS_i::compute_oriented_midpoint (Segment_2< K > const &e0, Segment_2< K > const &e1) |
| template<class K > | |
| optional< Point_2< K > > | CGAL_SS_i::compute_seed_pointC2 (intrusive_ptr< Trisegment_2< K > > const &tri, typename Trisegment_2< K >::SEED_ID sid) |
| template<class K > | |
| optional< Point_2< K > > | CGAL_SS_i::compute_degenerate_seed_pointC2 (intrusive_ptr< Trisegment_2< K > > const &tri) |
| template<class K > | |
| optional< Rational< typename K::FT > > | CGAL_SS_i::compute_degenerate_offset_lines_isec_timeC2 (intrusive_ptr< Trisegment_2< K > > const &tri) |
| template<class K > | |
| optional< Rational< typename K::FT > > | CGAL_SS_i::compute_offset_lines_isec_timeC2 (intrusive_ptr< Trisegment_2< K > > const &tri) |
| template<class K > | |
| optional< Point_2< K > > | CGAL_SS_i::construct_normal_offset_lines_isecC2 (intrusive_ptr< Trisegment_2< K > > const &tri) |
| template<class K > | |
| optional< Point_2< K > > | CGAL_SS_i::construct_degenerate_offset_lines_isecC2 (intrusive_ptr< Trisegment_2< K > > const &tri) |
| template<class K > | |
| optional< Point_2< K > > | CGAL_SS_i::construct_offset_lines_isecC2 (intrusive_ptr< Trisegment_2< K > > const &tri) |
1.7.6.1