Home
last modified time | relevance | path

Searched refs:sqr_tan_half_phi (Results 1 – 1 of 1) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Minkowski_sum_2/
H A DApprox_offset_base_2.h142 NT sqr_tan_half_phi; in _offset_polygon() local
415 sqr_tan_half_phi = CGAL::square (lower_tan_half_phi); in _offset_polygon()
416 sin_phi = 2 * lower_tan_half_phi / (1 + sqr_tan_half_phi); in _offset_polygon()
417 cos_phi = (1 - sqr_tan_half_phi) / (1 + sqr_tan_half_phi); in _offset_polygon()
432 sqr_tan_half_phi = CGAL::square (upper_tan_half_phi); in _offset_polygon()
433 sin_phi = 2 * upper_tan_half_phi / (1 + sqr_tan_half_phi); in _offset_polygon()
434 cos_phi = (1 - sqr_tan_half_phi) / (1 + sqr_tan_half_phi); in _offset_polygon()