Searched refs:fEdgeLength (Results 1 – 4 of 4) sorted by relevance
277 double fEdgeLength(fZero); in getPositionAbsolute() local326 fEdgeLength = getEdgeLength(rCandidate, nIndex); in getPositionAbsolute()328 if(fTools::moreOrEqual(fDistance, fEdgeLength)) in getPositionAbsolute()331 fDistance -= fEdgeLength; in getPositionAbsolute()353 if(!fTools::equalZero(fEdgeLength)) in getPositionAbsolute()355 fRelative = fDistance / fEdgeLength; in getPositionAbsolute()419 const double fEdgeLength(B3DVector(aNextPoint - aCurrentPoint).getLength()); in applyLineDashing() local421 if(!fTools::equalZero(fEdgeLength)) in applyLineDashing()423 while(fTools::less(fDotDashMovingLength, fEdgeLength)) in applyLineDashing()436 … aSnippet.append(interpolate(aCurrentPoint, aNextPoint, fDotDashMovingLength / fEdgeLength)); in applyLineDashing()[all …]
699 fDistance -= fEdgeLength; in getPositionAbsolute()700 fEdgeLength = getEdgeLength(rCandidate, ++nIndex); in getPositionAbsolute()963 fPositionOfStart += fEdgeLength; in getSnippetAbsolute()1351 if(!fTools::equalZero(fEdgeLength)) in applyLineDashing()1410 fDotDashMovingLength -= fEdgeLength; in applyLineDashing()1418 if(!fTools::equalZero(fEdgeLength)) in applyLineDashing()1468 fDotDashMovingLength -= fEdgeLength; in applyLineDashing()3401 double fEdgeLength(aEdge.getLength()); in createEdgesOfGivenLength() local3403 if(!fTools::equalZero(fEdgeLength)) in createEdgesOfGivenLength()3405 while(fTools::less(fPositionInEdge, fEdgeLength)) in createEdgesOfGivenLength()[all …]
360 const double fEdgeLength(aPureEdgeVector.getLength()); in createAreaGeometryForEdge() local361 const bool bIsEdgeLengthZero(fTools::equalZero(fEdgeLength)); in createAreaGeometryForEdge()445 const double fScale(bIsEdgeLengthZero ? 1.0 : fLength / fEdgeLength); in createAreaGeometryForEdge()508 const double fScale(bIsEdgeLengthZero ? 1.0 : fLength / fEdgeLength); in createAreaGeometryForEdge()
508 const double fEdgeLength(rEdge.getEdgeLength()); in impGetLength() local510 …rrentDeviation(fTools::equalZero(fControlPolygonLength) ? 0.0 : 1.0 - (fEdgeLength / fControlPolyg… in impGetLength()514 return (fEdgeLength + fControlPolygonLength) * 0.5; in impGetLength()
Completed in 56 milliseconds