Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx1056 double fParamTestOnCurr(0.0); in isPointOnLine() local
1063 fParamTestOnCurr = aTestVector.getX() / aEdgeVector.getX(); in isPointOnLine()
1068 fParamTestOnCurr = aTestVector.getZ() / aEdgeVector.getZ(); in isPointOnLine()
1076 fParamTestOnCurr = aTestVector.getY() / aEdgeVector.getY(); in isPointOnLine()
1081 fParamTestOnCurr = aTestVector.getZ() / aEdgeVector.getZ(); in isPointOnLine()
1085 if(fTools::more(fParamTestOnCurr, fZero) && fTools::less(fParamTestOnCurr, fOne)) in isPointOnLine()
H A Db2dpolygontools.cxx2249 const double fParamTestOnCurr(fabs(aEdgeVector.getX()) > fabs(aEdgeVector.getY()) in isPointOnLine() local
2253 if(fTools::more(fParamTestOnCurr, fZero) && fTools::less(fParamTestOnCurr, fOne)) in isPointOnLine()

Completed in 27 milliseconds