Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/common/
H A Dutils.h66 double detright = (pa.y - pc.y) * (pb.x - pc.x); in Orient2d() local
67 double val = detleft - detright; in Orient2d()