Lines Matching refs:convHull
187 Polygon2D convHull( convexHull(rPoly) ); in Impl_calcSafeParams() local
196 if( convHull.size() <= 1 ) in Impl_calcSafeParams()
205 for( Polygon2D::size_type i=0; i<convHull.size(); ++i ) in Impl_calcSafeParams()
210 if( i+1 == convHull.size() ) in Impl_calcSafeParams()
213 p0 = convHull[i]; in Impl_calcSafeParams()
214 p1 = convHull[0]; in Impl_calcSafeParams()
218 p0 = convHull[i]; in Impl_calcSafeParams()
219 p1 = convHull[i+1]; in Impl_calcSafeParams()
310 Polygon2D convHull( convexHull( poly ) ); in Impl_calcSafeParams_clip() local
338 for( k=0; k<convHull.size(); ++k ) in Impl_calcSafeParams_clip()
340 cout << convHull[k].x << " " << convHull[k].y << endl; in Impl_calcSafeParams_clip()
342 cout << convHull[0].x << " " << convHull[0].y << endl; in Impl_calcSafeParams_clip()
883 Polygon2D convHull( convexHull( controlPolygon ) ); in Impl_calcSafeParams_focus() local
898 for( count=0; count<convHull.size(); ++count ) in Impl_calcSafeParams_focus()
900 cout << convHull[count].x << " " << convHull[count].y << endl; in Impl_calcSafeParams_focus()
902 cout << convHull[0].x << " " << convHull[0].y << endl; in Impl_calcSafeParams_focus()
1410 Polygon2D convHull( convexHull(aTestPoly) ); in main() local
1412 for( k=0; k<convHull.size(); ++k ) in main()
1414 cout << convHull[k].x << " " << convHull[k].y << endl; in main()
1416 cout << convHull[0].x << " " << convHull[0].y << endl; in main()
1616 Polygon2D convHull( convexHull( poly ) ); in main() local
1665 Polygon2D convHull( convexHull( poly ) ); in main() local
1675 for( k=0; k<convHull.size(); ++k ) in main()
1677 cout << convHull[k].x << " " << convHull[k].y << endl; in main()
1679 cout << convHull[0].x << " " << convHull[0].y << endl; in main()