Home
last modified time | relevance | path

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

/trunk/main/tools/inc/tools/
H A Dvector2d.hxx99 …inline sal_Bool IsPositive( Vector2D& rVec ) const { return( ( mfX * rVec.mfY - mfY * rVec.mfX )… in IsPositive() function in Vector2D
100 inline sal_Bool IsNegative( Vector2D& rVec ) const { return !IsPositive( rVec ); } in IsNegative()

Completed in 21 milliseconds