Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/curve/
H A Db2dbeziertools.cxx115 const double fLinearInterpolatedLength((fDistance - fLowBound) / (fHighBound - fLowBound)); in distanceToRelative() local
117 …return (static_cast< double >(nIndex) + fLinearInterpolatedLength) / static_cast< double >(mnEdgeC… in distanceToRelative()