#include "dimensions.h"
#include <iosfwd>
Go to the source code of this file.
|
| | mir |
| |
| | mir::geometry |
| | Basic geometry types. Types for dimensions, displacements, etc. and the operations that they support.
|
| |
|
| constexpr bool | mir::geometry::operator== (Point const &lhs, Point const &rhs) |
| |
| constexpr bool | mir::geometry::operator!= (Point const &lhs, Point const &rhs) |
| |
| constexpr Point | mir::geometry::operator+ (Point lhs, DeltaX rhs) |
| |
| constexpr Point | mir::geometry::operator+ (Point lhs, DeltaY rhs) |
| |
| constexpr Point | mir::geometry::operator- (Point lhs, DeltaX rhs) |
| |
| constexpr Point | mir::geometry::operator- (Point lhs, DeltaY rhs) |
| |
| Point & | mir::geometry::operator+= (Point &lhs, DeltaX rhs) |
| |
| Point & | mir::geometry::operator+= (Point &lhs, DeltaY rhs) |
| |
| Point & | mir::geometry::operator-= (Point &lhs, DeltaX rhs) |
| |
| Point & | mir::geometry::operator-= (Point &lhs, DeltaY rhs) |
| |
| std::ostream & | mir::geometry::operator<< (std::ostream &out, Point const &value) |
| |
Copyright © 2012-2020
Canonical Ltd.
Generated on Fri Apr 10 09:30:49 UTC 2020
This documentation is licensed under the GPL version 2 or 3.