OSM::BoundingBox

Search for usage in LXR

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

Bounding box, ie.

a pair of coordinates.

Definition at line 95 of file datatypes.h.


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

KDE's Doxygen guidelines are available online.