Searched defs:bottomRight (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libavoid/
H A Dgeomtypes.cpp515 Rectangle::Rectangle(const Point& topLeft, const Point& bottomRight) argument
518 double xMin = std::min(topLeft.x, bottomRight.x);
519 double xMax = std::max(topLeft.x, bottomRight.x);
520 double yMin = std::min(topLeft.y, bottomRight.y);
521 double yMax = std::max(topLeft.y, bottomRight.y);

Completed in 372 milliseconds