|
Mir
|
#include "forward.h"#include "point.h"#include "size.h"#include "displacement.h"#include <ostream>Go to the source code of this file.
Classes | |
| struct | mir::geometry::generic::Rectangle< T > |
Namespaces | |
| namespace | mir |
| namespace | mir::geometry |
| Basic geometry types. Types for dimensions, displacements, etc. and the operations that they support. | |
| namespace | mir::geometry::generic |
Functions | |
| template<typename T > | |
| Rectangle< T > | mir::geometry::generic::intersection_of (Rectangle< T > const &a, Rectangle< T > const &b) |
| template<typename T > | |
| constexpr bool | mir::geometry::generic::operator== (Rectangle< T > const &lhs, Rectangle< T > const &rhs) |
| template<typename T > | |
| constexpr bool | mir::geometry::generic::operator!= (Rectangle< T > const &lhs, Rectangle< T > const &rhs) |
| template<typename T > | |
| std::ostream & | mir::geometry::generic::operator<< (std::ostream &out, Rectangle< T > const &value) |
Copyright © 2012-2024
Canonical Ltd.
Generated on Thu May 2 07:32:21 UTC 2024
This documentation is licensed under the GPL version 2 or 3.