Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx503 const double fControlPolygonLength(rEdge.getControlPolygonLength()); in impGetLength() local
504 …ble fCurrentDeviation(fTools::equalZero(fControlPolygonLength) ? 0.0 : 1.0 - (fEdgeLength / fContr… in impGetLength()
508 return (fEdgeLength + fControlPolygonLength) * 0.5; in impGetLength()