Searched refs:aNextVec (Results 1 – 1 of 1) sorted by relevance
2107 const B2DVector aNextVec(aNextPoint - aCurrPoint); in hasNeutralPoints() local2108 const B2VectorOrientation aOrientation(getOrientation(aNextVec, aPrevVec)); in hasNeutralPoints()2140 const B2DVector aNextVec(aNextPoint - aCurrPoint); in removeNeutralPoints() local2141 const B2VectorOrientation aOrientation(getOrientation(aNextVec, aPrevVec)); in removeNeutralPoints()2190 const B2DVector aNextVec(aNextPoint - aCurrPoint); in isConvex() local2191 const B2VectorOrientation aCurrentOrientation(getOrientation(aNextVec, aCurrVec)); in isConvex()2209 aCurrVec = -aNextVec; in isConvex()
Completed in 36 milliseconds