#include "dimensions.h"
#include <iosfwd>
Go to the source code of this file.
|
| | mir |
| | All things Mir.
|
| |
| | mir::geometry |
| | Basic geometry types. Types for dimensions, displacements, etc. and the operations that they support.
|
| |
|
| bool | mir::geometry::operator== (Point const &lhs, Point const &rhs) |
| |
| bool | mir::geometry::operator!= (Point const &lhs, Point const &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) |
| |
| 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-2015 Canonical Ltd.
Generated on Wed Mar 30 00:29:56 UTC 2016