Home
last modified time | relevance | path

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

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DEnv_plane_traits_3.h51 typedef std::pair<Curve_2, Multiplicity> Intersection_curve; typedef
388 *o++ = make_object(Intersection_curve(project_xy(l, k), 1)); in operator()
404 *o++ = make_object(Intersection_curve(temp_l, 1)); in operator()
410 *o++ = make_object(Intersection_curve(ray, 1)); in operator()
426 *o++ = make_object(Intersection_curve(line, 1)); in operator()
432 *o++ = make_object(Intersection_curve(ray, 1)); in operator()
448 *o++ = make_object(Intersection_curve(line, 1)); in operator()
454 *o++ = make_object(Intersection_curve(ray, 1)); in operator()
461 *o++ = make_object(Intersection_curve(seg, 1)); in operator()
H A DEnv_tracing_traits_3.h62 typedef std::pair<X_monotone_curve_2, Multiplicity> Intersection_curve; typedef
241 Intersection_curve i; in operator()
H A DEnv_sphere_traits_3.h64 Multiplicity> Intersection_curve; typedef
1232 *oi++ = make_object(Intersection_curve(cv, 1)); in add_curve_to_output()
H A DEnv_triangle_traits_3.h323 Multiplicity> Intersection_curve; typedef
633 Intersection_curve inter_cv (proj_seg, 1); in operator()
/dports/math/cgal/CGAL-5.3/demo/L1_Voronoi_diagram_2/include/CGAL/
H A DL1_voronoi_traits_2.h44 typedef std::pair<Curve_2, Multiplicity> Intersection_curve; typedef
273 *o++ = CGAL::make_object(Intersection_curve(CGAL::bisector(s1, s2), 1)); in operator()
303 *o++ = CGAL::make_object(Intersection_curve(Segment_2(p1, p2), 1)); in operator()
312 *o++ = CGAL::make_object(Intersection_curve(Ray_2(*top, Direction_2(0, 1)), mult)); in operator()
313 *o++ = CGAL::make_object(Intersection_curve(Ray_2(*bottom, Direction_2(0, -1)), mult)); in operator()
318 *o++ = CGAL::make_object(Intersection_curve(Ray_2(*right, Direction_2(1, 0)), mult)); in operator()
319 *o++ = CGAL::make_object(Intersection_curve(Ray_2(*left, Direction_2(-1, 0)), mult)); in operator()
/dports/math/cgal/CGAL-5.3/include/CGAL/Envelope_3/
H A DEnvelope_element_visitor_3.h133 typedef std::pair<X_monotone_curve_2, Multiplicity> Intersection_curve; typedef
248 Intersection_curve curve; in resolve()
526 Intersection_curve icurve; in resolve()