Home
last modified time | relevance | path

Searched defs:Basic_predicates_C2 (Results 1 – 2 of 2) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Segment_Delaunay_graph_2/
H A DBasic_predicates_C2.h35 struct Basic_predicates_C2 struct
71 Line_2() : a_(1), b_(0), c_(0) {} in Line_2()
75 RT a() const { return a_; } in a()
76 RT b() const { return b_; } in b()
77 RT c() const { return c_; } in c()
104 RT hx() const { return hx_; } in hx()
105 RT hy() const { return hy_; } in hy()
106 RT hw() const { return hw_; } in hw()
108 FT x() const { return hx_ / hw_; } in x()
128 FT to_ft(const Sqrt_1& x) in to_ft()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Segment_Delaunay_graph_Linf_2/
H A DBasic_predicates_C2.h38 struct Basic_predicates_C2 struct
69 Are_same_segments_2;
74 typedef unsigned int Bearing;
102 compute_horizontal_side_line( in compute_horizontal_side_line()
131 compute_vertical_side_line( in compute_vertical_side_line()
352 Line_2 compute_line_dir( in compute_line_dir()
476 bool touch_same_side( in touch_same_side()
598 bounded_side_of_bbox( in bounded_side_of_bbox()
1448 bearing(const Line_2 & l) { in bearing()
1474 bearing_outside( in bearing_outside()
[all …]