Searched refs:realmod (Results 1 – 2 of 2) sorted by relevance
64 double QWebMercator::realmod(const double a, const double b) in realmod() function in QWebMercator93 lng = realmod(fx, 1.0); in mercatorToCoord()95 lng = realmod(1.0 - realmod(-1.0 * fx, 1.0), 1.0); in mercatorToCoord()
70 static double realmod(const double a, const double b);