|
| template<typename T , int N> |
| std::size_t | lsst::geom::hash_value (Point< T, N > const &point) noexcept |
| |
| template<int N> |
| Point< double, N > | lsst::geom::operator+ (Point< double, N > const &lhs, Extent< int, N > const &rhs) noexcept |
| |
| template<int N> |
| Point< double, N > | lsst::geom::operator+ (Extent< int, N > const &rhs, Point< double, N > const &lhs) noexcept |
| |
| template<int N> |
| Point< double, N > & | lsst::geom::operator+= (Point< double, N > &lhs, Extent< int, N > const &rhs) noexcept |
| |
| template<int N> |
| Point< double, N > | lsst::geom::operator+ (Point< int, N > const &lhs, Extent< double, N > const &rhs) noexcept |
| |
| template<int N> |
| Point< double, N > | lsst::geom::operator- (Point< double, N > const &lhs, Extent< int, N > const &rhs) noexcept |
| |
| template<int N> |
| Point< double, N > & | lsst::geom::operator-= (Point< double, N > &lhs, Extent< int, N > const &rhs) noexcept |
| |
| template<int N> |
| Point< double, N > | lsst::geom::operator- (Point< int, N > const &lhs, Extent< double, N > const &rhs) noexcept |
| |
| template<int N> |
| Extent< double, N > | lsst::geom::operator- (Point< double, N > const &lhs, Point< int, N > const &rhs) noexcept |
| |
| template<int N> |
| Extent< double, N > | lsst::geom::operator- (Point< int, N > const &lhs, Point< double, N > const &rhs) noexcept |
| |