Home
last modified time | relevance | path

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

/dports/math/R-cran-maps/maps/src/
H A Dmapclip.c27 void construct_poly(double *xout, double *yout,
141 construct_poly(xout, yout, segment_start_list, in map_clip_poly()
159 void construct_poly(double *xout, double *yout, in construct_poly() function
425 construct_poly(xout, yout, segment_start_list, segment_finish_list, in map_wrap_poly()
/dports/math/cgal/CGAL-5.3/demo/Arrangement_on_surface_2/
H A DGraphicsViewCurveInput.cpp207 auto construct_poly = this->traits->construct_curve_2_object(); in generatePolyline() local
208 Curve_2 res = construct_poly(clickedPoints.begin(), clickedPoints.end()); in generatePolyline()