Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx844 Polygon2D controlPolygon( i_card*j_card ); // vector of (t_{ij}, d_{ij}) in row-major order in Impl_calcSafeParams_focus() local
870 controlPolygon[ i*j_card + j ] = Point2D( i/(2.0*n-1.0), d ); in Impl_calcSafeParams_focus()
878 return Impl_calcSafeParams( t1, t2, controlPolygon, 0.0, 0.0 ); in Impl_calcSafeParams_focus()
881 bool bRet( Impl_calcSafeParams( t1, t2, controlPolygon, 0.0, 0.0 ) ); in Impl_calcSafeParams_focus()
883 Polygon2D convHull( convexHull( controlPolygon ) ); in Impl_calcSafeParams_focus()
891 for( count=0; count<controlPolygon.size(); ++count ) in Impl_calcSafeParams_focus()
893 cout << controlPolygon[count].x << " " << controlPolygon[count].y << endl; in Impl_calcSafeParams_focus()
895 cout << controlPolygon[0].x << " " << controlPolygon[0].y << endl; in Impl_calcSafeParams_focus()

Completed in 23 milliseconds