Mir
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Classes | Namespaces | Constant Groups | Functions
displacement.h File Reference
#include "dimensions.h"
#include "point.h"
#include <ostream>
Include dependency graph for displacement.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mir::geometry::Displacement
 

Namespaces

 mir
 All things Mir.
 
 mir::geometry
 Basic geometry types. Types for dimensions, displacements, etc. and the operations that they support.
 

Constant Groups

 mir
 All things Mir.
 
 mir::geometry
 Basic geometry types. Types for dimensions, displacements, etc. and the operations that they support.
 

Functions

bool mir::geometry::operator== (Displacement const &lhs, Displacement const &rhs)
 
bool mir::geometry::operator!= (Displacement const &lhs, Displacement const &rhs)
 
std::ostream & mir::geometry::operator<< (std::ostream &out, Displacement const &value)
 
Displacement mir::geometry::operator+ (Displacement const &lhs, Displacement const &rhs)
 
Displacement mir::geometry::operator- (Displacement const &lhs, Displacement const &rhs)
 
Point mir::geometry::operator+ (Point const &lhs, Displacement const &rhs)
 
Point mir::geometry::operator- (Point const &lhs, Displacement const &rhs)
 
Displacement mir::geometry::operator- (Point const &lhs, Point const &rhs)
 
bool mir::geometry::operator< (Displacement const &lhs, Displacement const &rhs)
 

Copyright © 2012,2013 Canonical Ltd.
Generated on Wed Oct 30 18:52:19 UTC 2013