Mir
Classes | Namespaces | Functions
point.h File Reference
#include "forward.h"
#include "dimensions.h"
#include <ostream>
Include dependency graph for point.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mir::geometry::generic::Point< T >
 

Namespaces

namespace  mir
 
namespace  mir::geometry
 Basic geometry types. Types for dimensions, displacements, etc. and the operations that they support.
 
namespace  mir::geometry::generic
 

Functions

template<typename T >
constexpr bool mir::geometry::generic::operator== (Point< T > const &lhs, Point< T > const &rhs)
 
template<typename T >
constexpr bool mir::geometry::generic::operator!= (Point< T > const &lhs, Point< T > const &rhs)
 
template<typename T >
constexpr Point< T > mir::geometry::generic::operator+ (Point< T > lhs, DeltaX< T > rhs)
 
template<typename T >
constexpr Point< T > mir::geometry::generic::operator+ (Point< T > lhs, DeltaY< T > rhs)
 
template<typename T >
constexpr Point< T > mir::geometry::generic::operator- (Point< T > lhs, DeltaX< T > rhs)
 
template<typename T >
constexpr Point< T > mir::geometry::generic::operator- (Point< T > lhs, DeltaY< T > rhs)
 
template<typename T >
Point< T > & mir::geometry::generic::operator+= (Point< T > &lhs, DeltaX< T > rhs)
 
template<typename T >
Point< T > & mir::geometry::generic::operator+= (Point< T > &lhs, DeltaY< T > rhs)
 
template<typename T >
Point< T > & mir::geometry::generic::operator-= (Point< T > &lhs, DeltaX< T > rhs)
 
template<typename T >
Point< T > & mir::geometry::generic::operator-= (Point< T > &lhs, DeltaY< T > rhs)
 
template<typename T >
std::ostream & mir::geometry::generic::operator<< (std::ostream &out, Point< T > const &value)
 

Copyright © 2012-2023 Canonical Ltd.
Generated on Tue 2 May 10:01:24 UTC 2023
This documentation is licensed under the GPL version 2 or 3.