Home
last modified time | relevance | path

Searched refs:fCross (Results 1 – 4 of 4) sorted by path

/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx455 const double fCross(aVecA.cross(aEdge) * fInverseEdgeLength); in testAndSolveTrivialBezier() local
457 if(fTools::equalZero(fCross)) in testAndSolveTrivialBezier()
477 const double fCross(aVecB.cross(aEdge) * fInverseEdgeLength); in testAndSolveTrivialBezier() local
479 if(fTools::equalZero(fCross)) in testAndSolveTrivialBezier()
/trunk/main/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx124 const double fCross(a2X.cross(a2Y)); in impCreate3DDecomposition() local
126 if(!basegfx::fTools::equalZero(fCross)) in impCreate3DDecomposition()
H A Dpolygontubeprimitive3d.cxx570 const double fCross(basegfx::cross(aBack, aForw).getLength()); in impCreate3DDecomposition() local
572 if(!basegfx::fTools::equalZero(fCross)) in impCreate3DDecomposition()
H A Dsdrextrudelathetools3d.cxx947 const double fCross(aCandidateVector.cross(aAxisVector)); in createReducedOutlines() local
950 if(fCross > 0.0) in createReducedOutlines()
958 else if(fCross < 0.0) in createReducedOutlines()

Completed in 63 milliseconds