Go to the documentation of this file.
19 #ifndef MIR_GEOMETRY_DISPLACEMENT_H_
20 #define MIR_GEOMETRY_DISPLACEMENT_H_
38 template<
typename DeltaXType,
typename DeltaYType>
52 return lhs.
dx == rhs.
dx && lhs.
dy == rhs.
dy;
57 return lhs.
dx != rhs.
dx || lhs.
dy != rhs.
dy;
62 out <<
'(' << value.
dx <<
", " << value.
dy <<
')';
Copyright © 2012,2013 Canonical Ltd.
Generated on Wed Oct 30 18:52:19 UTC 2013