Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/common/
H A Dutils.h48 const double PI_div2 = 1.57079632679489661923; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep.cpp278 bool exceeds90Degrees = ((angle > PI_div2) || (angle < -PI_div2)); in AngleExceeds90Degrees()
284 bool exceedsPlus90DegreesOrIsNegative = (angle > PI_div2) || (angle < 0); in AngleExceedsPlus90DegreesOrIsNegative()