Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx2107 const B2DVector aNextVec(aNextPoint - aCurrPoint); in hasNeutralPoints() local
2108 const B2VectorOrientation aOrientation(getOrientation(aNextVec, aPrevVec)); in hasNeutralPoints()
2140 const B2DVector aNextVec(aNextPoint - aCurrPoint); in removeNeutralPoints() local
2141 const B2VectorOrientation aOrientation(getOrientation(aNextVec, aPrevVec)); in removeNeutralPoints()
2190 const B2DVector aNextVec(aNextPoint - aCurrPoint); in isConvex() local
2191 const B2VectorOrientation aCurrentOrientation(getOrientation(aNextVec, aCurrVec)); in isConvex()
2209 aCurrVec = -aNextVec; in isConvex()

Completed in 36 milliseconds