Go to the source code of this file.
|
template<int N> |
Point< double, N > | lsst::afw::geom::operator+ (Point< double, N > const &lhs, Extent< int, N > const &rhs) |
|
template<int N> |
Point< double, N > | lsst::afw::geom::operator+ (Extent< int, N > const &rhs, Point< double, N > const &lhs) |
|
template<int N> |
Point< double, N > & | lsst::afw::geom::operator+= (Point< double, N > &lhs, Extent< int, N > const &rhs) |
|
template<int N> |
Point< double, N > | lsst::afw::geom::operator+ (Point< int, N > const &lhs, Extent< double, N > const &rhs) |
|
template<int N> |
Point< double, N > | lsst::afw::geom::operator- (Point< double, N > const &lhs, Extent< int, N > const &rhs) |
|
template<int N> |
Point< double, N > & | lsst::afw::geom::operator-= (Point< double, N > &lhs, Extent< int, N > const &rhs) |
|
template<int N> |
Point< double, N > | lsst::afw::geom::operator- (Point< int, N > const &lhs, Extent< double, N > const &rhs) |
|
template<int N> |
Extent< double, N > | lsst::afw::geom::operator- (Point< double, N > const &lhs, Point< int, N > const &rhs) |
|
template<int N> |
Extent< double, N > | lsst::afw::geom::operator- (Point< int, N > const &lhs, Point< double, N > const &rhs) |
|