Home
last modified time | relevance | path

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

/dports/math/cgal/CGAL-5.3/examples/Arrangement_on_surface_2/
H A Dedge_manipulation_curve_history.cpp10 typedef Kernel::Point_2 Rat_point_2; typedef
29 C[0] = Circle_2(Rat_point_2(_7_halves, _7_halves), 4, CGAL::CLOCKWISE); in main()
30 C[1] = Circle_2(Rat_point_2(_7_halves, 6), 1, CGAL::CLOCKWISE); in main()
31 C[2] = Circle_2(Rat_point_2(5, 6), 1, CGAL::CLOCKWISE); in main()
32 C[3] = Circle_2(Rat_point_2(6, _7_halves), 1, CGAL::CLOCKWISE); in main()
33 C[4] = Circle_2(Rat_point_2(5, 2), 1, CGAL::CLOCKWISE); in main()
34 C[5] = Circle_2(Rat_point_2(_7_halves, 1), 1, CGAL::CLOCKWISE); in main()
35 C[6] = Circle_2(Rat_point_2(2, 2), 1, CGAL::CLOCKWISE); in main()
36 C[7] = Circle_2(Rat_point_2(1, _7_halves), 1, CGAL::CLOCKWISE); in main()
37 C[8] = Circle_2(Rat_point_2(2, 5), 1, CGAL::CLOCKWISE); in main()
H A Dconics.cpp23 typedef Rat_kernel::Point_2 Rat_point_2; typedef
54 Rat_point_2 ps3 (1, 1); in main()
55 Rat_point_2 pt3 (0, -3); in main()
63 Rat_point_2 ps4 (-3, 4); in main()
64 Rat_point_2 pm4 (0, 5); in main()
65 Rat_point_2 pt4 (4, 3); in main()
72 Rat_circle_2 circ5 (Rat_point_2(0,4), 1); in main()
96 Rat_circle_2 circ7 (Rat_point_2(4, Rational(5,2)), Rational(1,4)); in main()
H A Dconic_multiplicities.cpp27 typedef Rat_kernel::Point_2 Rat_point_2; typedef
55 Rat_circle_2 circ2 (Rat_point_2(0, Rational(1,2)), Rational(1,4)); in main()
H A DBezier_curves.cpp26 typedef Rat_kernel::Point_2 Rat_point_2; typedef
H A Dpolycurve_bezier.cpp30 typedef Rat_kernel::Point_2 Rat_point_2; typedef
/dports/math/cgal/CGAL-5.3/demo/Arrangement_on_surface_2/
H A DGraphicsViewCurveInput.cpp294 Rat_point_2 p1 = Rat_point_2(qp1.x(), qp1.y()); in generateThreePointCircularArc()
295 Rat_point_2 p2 = Rat_point_2(qp2.x(), qp2.y()); in generateThreePointCircularArc()
296 Rat_point_2 p3 = Rat_point_2(qp3.x(), qp3.y()); in generateThreePointCircularArc()
320 Rat_point_2 p0 = Rat_point_2(qp0.x(), qp0.y()); in generateFivePointConicArc()
321 Rat_point_2 p1 = Rat_point_2(qp1.x(), qp1.y()); in generateFivePointConicArc()
322 Rat_point_2 p2 = Rat_point_2(qp2.x(), qp2.y()); in generateFivePointConicArc()
323 Rat_point_2 p3 = Rat_point_2(qp3.x(), qp3.y()); in generateFivePointConicArc()
324 Rat_point_2 p4 = Rat_point_2(qp4.x(), qp4.y()); in generateFivePointConicArc()
H A DConic_reader.h30 typedef typename Traits::Rat_point_2 Rat_point_2; typedef
92 Rat_point_2 p1(x1, y1), p2(x2, y2); in read_curve()
107 Rat_point_2 p0(x0, y0); in read_curve()
121 Rat_point_2 p1(x1, y1), p2(x2, y2), p3(x3, y3); in read_curve()
190 Rat_point_2 p1(x1, y1), p2(x2, y2), p3(x3, y3), p4(x4, y4), p5(x5, y5); in read_curve()
H A DArrangementTypes.h82 typedef typename RationalTypes::Rat_point_2 Rat_point_2; typedef
H A DRationalTypes.h35 typedef CGAL::Point_2<Rat_kernel> Rat_point_2; typedef
H A DPointSnapper.h36 using Point_2 = demo_types::RationalTypes::Rat_point_2;
H A DGraphicsViewCurveInputTyped.h115 using Rat_point_2 = typename RatKernel::Point_2;
/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_geometry_traits/
H A DBezier_curve_2.h75 typedef typename Rat_kernel::Point_2 Rat_point_2; typedef
85 typedef std::deque<Rat_point_2> Control_point_vec;
315 typedef typename Bcv_rep::Rat_point_2 Rat_point_2; typedef
418 const Rat_point_2& control_point (unsigned int i) const in control_point()
454 Rat_point_2 operator() (const Rational& t) const;
487 const Rat_point_2& pt = control_point(k); in sample()
799 typename _Bezier_curve_2<RatKer, AlgKer, NtTrt, BndTrt>::Rat_point_2
843 return (Rat_point_2 (x, y)); in operator()
863 const Rat_point_2& p_0 = this->_rep()._ctrl_pts[0]; in operator()
876 const Rat_point_2& p_n = in operator()
[all …]
H A DBezier_x_monotone_2.h672 const Rat_point_2& rat_p = (Rat_point_2) p; in point_position()
673 const Rat_point_2& rat_ps = (Rat_point_2) _ps; in point_position()
674 const Rat_point_2& rat_pt = (Rat_point_2) _pt; in point_position()
703 const Rat_point_2& rat_p = (Rat_point_2) p; in point_position()
704 const Rat_point_2& rat_ps = (Rat_point_2) _ps; in point_position()
723 const Rat_point_2& rat_p = (Rat_point_2) p; in point_position()
724 const Rat_point_2& rat_pt = (Rat_point_2) _pt; in point_position()
892 ((Rat_point_2) p).y(), in point_position()
1263 Rat_point_2 rp = (Rat_point_2) p; in split()
1477 const Rat_point_2& rat_p = (Rat_point_2) p; in _is_in_range()
[all …]
H A DConic_arc_2.h59 typedef typename Rat_kernel::Point_2 Rat_point_2; typedef
269 Rat_point_2 center = ker.construct_center_2_object() (circ); in _Conic_arc_2()
319 Rat_point_2 center = ker.construct_center_2_object() (circ); in _Conic_arc_2()
369 _Conic_arc_2 (const Rat_point_2& p1, in _Conic_arc_2()
370 const Rat_point_2& p2, in _Conic_arc_2()
371 const Rat_point_2& p3): in _Conic_arc_2()
456 _Conic_arc_2 (const Rat_point_2& p1, in _Conic_arc_2()
457 const Rat_point_2& p2, in _Conic_arc_2()
458 const Rat_point_2& p3, in _Conic_arc_2()
459 const Rat_point_2& p4, in _Conic_arc_2()
[all …]
H A DBezier_point_2.h58 typedef typename Rat_kernel::Point_2 Rat_point_2; typedef
539 typedef typename Bpt_rep::Rat_point_2 Rat_point_2; typedef
694 operator Rat_point_2 () const in Rat_point_2() function
698 return (Rat_point_2 (*(_rep().p_rat_x), *(_rep().p_rat_y))); in Rat_point_2()
1000 const Rat_point_2& p = B (t0); in _Bezier_point_2_rep()
1034 const Rat_point_2& p = B (t0); in _Bezier_point_2_rep()
/dports/math/cgal/CGAL-5.3/examples/Boolean_set_operations_2/
H A Dbezier_traits_adapter.cpp34 typedef Rat_kernel::Point_2 Rat_point_2; typedef
64 Rat_point_2 p_0; in read_Bezier_polygon()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DEnv_sphere_traits_3.h48 typedef typename Rat_kernel::Point_2 Rat_point_2; typedef
115 Rat_point_2 proj_center = parent.project(s.center()); in operator()
914 Rat_point_2 proj_center = parent.project(s.center()); in operator()
1055 Rat_point_2 project(const Rat_point_3& p) const in project()
1057 return Rat_point_2(p.x(), p.y()); in project()
H A DArr_conic_traits_2.h59 typedef typename Rat_kernel::Point_2 Rat_point_2; typedef
H A DArr_Bezier_curve_traits_2.h69 typedef typename Rat_kernel::Point_2 Rat_point_2; typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/Minkowski_sum_2/
H A DExact_offset_base_2.h41 typedef typename Rat_kernel::Point_2 Rat_point_2; typedef
/dports/math/cgal/CGAL-5.3/demo/Arrangement_on_surface_2/Utils/
H A DUtils.cpp520 curve, ((typename Point_2::Rat_point_2)point).x()); in operator ()()