Home
last modified time | relevance | path

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

/AOO41X/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx126 const double fSignedArea(getSignedArea(rCandidate)); in getOrientation() local
128 if(fSignedArea > 0.0) in getOrientation()
132 else if(fSignedArea < 0.0) in getOrientation()
H A Db2dpolygontools.cxx152 const double fSignedArea(getSignedArea(rCandidate)); in getOrientation() local
154 if(fTools::equalZero(fSignedArea)) in getOrientation()
158 if(fSignedArea > 0.0) in getOrientation()
162 else if(fSignedArea < 0.0) in getOrientation()