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== (Displacement const &lhs, Displacement const &rhs) |
| |
| constexpr bool | mir::geometry::operator!= (Displacement const &lhs, Displacement const &rhs) |
| |
| std::ostream & | mir::geometry::operator<< (std::ostream &out, Displacement const &value) |
| |
| constexpr Displacement | mir::geometry::operator+ (Displacement const &lhs, Displacement const &rhs) |
| |
| constexpr Displacement | mir::geometry::operator- (Displacement const &lhs, Displacement const &rhs) |
| |
| constexpr Point | mir::geometry::operator+ (Point const &lhs, Displacement const &rhs) |
| |
| constexpr Point | mir::geometry::operator+ (Displacement const &lhs, Point const &rhs) |
| |
| constexpr Point | mir::geometry::operator- (Point const &lhs, Displacement const &rhs) |
| |
| constexpr Displacement | mir::geometry::operator- (Point const &lhs, Point const &rhs) |
| |
| bool | mir::geometry::operator< (Displacement const &lhs, Displacement const &rhs) |
| |
| template<typename Scalar > |
| constexpr Displacement | mir::geometry::operator* (Scalar scale, Displacement const &disp) |
| |
| template<typename Scalar > |
| constexpr Displacement | mir::geometry::operator* (Displacement const &disp, Scalar scale) |
| |
Copyright © 2012-2016 Canonical Ltd.
Generated on Wed Oct 11 22:26:23 UTC 2017