|
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 | |
| mir | |
| mir::geometry | |
| Basic geometry types. Types for dimensions, displacements, etc. and the operations that they support. | |
| 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-2023
Canonical Ltd.
Generated on Wed Feb 1 16:59:23 UTC 2023
This documentation is licensed under the GPL version 2 or 3.