Home
last modified time | relevance | path

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

/dports/cad/repsnapper/repsnapper-2.5a4/src/slicer/
H A Dprintlines.cpp1070 vector<Vector2d> arcpoints; local
1071 arcpoints.push_back(P);
1073 arcpoints.push_back(lines[i].to);
1075 if ( fit_arc(arcpoints, 0.1, center, fitradius_sq) ) {
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Ds57chart.cpp6073 wxPoint arcpoints[150]; // Size relates to "step" below. in s57_DrawExtendedLightSectors() local
6099 arcpoints[npoints].x = x; in s57_DrawExtendedLightSectors()
6100 arcpoints[npoints].y = y; in s57_DrawExtendedLightSectors()
6103 dc.StrokeLines( npoints, arcpoints ); in s57_DrawExtendedLightSectors()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmaporaclespatial.c212 …hand, shapeObj *shape, SDOGeometryObj *obj, int start, int end, lineObj arcpoints,int elem_type,in…
1472 …hand, shapeObj *shape, SDOGeometryObj *obj, int start, int end, lineObj arcpoints, int elem_type, … in osArcPolygon() argument
1492 osGenerateArc(shape, arcpoints, points, i, n, data3d, data4d); in osArcPolygon()