Searched refs:degreesWidth (Results 1 – 2 of 2) sorted by relevance
223 QGeoRectangle::QGeoRectangle(const QGeoCoordinate ¢er, double degreesWidth, double degreesHeigh… in QGeoRectangle() argument227 setWidth(degreesWidth); in QGeoRectangle()491 void QGeoRectangle::setWidth(double degreesWidth) in setWidth() argument496 if (degreesWidth < 0.0) in setWidth()501 if (degreesWidth >= 360.0) { in setWidth()512 double tlLon = c.longitude() - degreesWidth / 2.0; in setWidth()515 double brLon = c.longitude() + degreesWidth / 2.0; in setWidth()
62 QGeoRectangle(const QGeoCoordinate ¢er, double degreesWidth, double degreesHeight);93 void setWidth(double degreesWidth);