OSM::BoundingBox
OSM::BoundingBox Class Reference
#include <datatypes.h>
Public Member Functions | |
constexpr | BoundingBox (Coordinate c1, Coordinate c2) |
constexpr Coordinate | center () const |
constexpr uint32_t | height () const |
constexpr double | heightF () const |
constexpr bool | isValid () const |
constexpr bool | operator== (BoundingBox other) const |
constexpr uint32_t | width () const |
constexpr double | widthF () const |
Public Attributes | |
Coordinate | max |
Coordinate | min |
Detailed Description
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 1 2023 04:07:02 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 1 2023 04:07:02 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.