Home
last modified time | relevance | path

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

/aoo42x/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx3393 double fPositionInEdge(fStart); in createEdgesOfGivenLength() local
3405 while(fTools::less(fPositionInEdge, fEdgeLength)) in createEdgesOfGivenLength()
3408 const double fScalar(fPositionInEdge / fEdgeLength); in createEdgesOfGivenLength()
3410 fPositionInEdge += fLength; in createEdgesOfGivenLength()
3424 fPositionInEdge -= fEdgeLength; in createEdgesOfGivenLength()

Completed in 46 milliseconds