lsst.geom
15.0-1-g417ea41+4
|
#include <iostream>
#include <tuple>
#include <utility>
#include "Eigen/Core"
Go to the source code of this file.
Classes | |
class | lsst::geom::Point< T, N > |
A coordinate class intended to represent absolute positions. More... | |
class | lsst::geom::Extent< T, N > |
A coordinate class intended to represent offsets and dimensions. More... | |
class | lsst::geom::CoordinateBase< Derived, T, N > |
A CRTP base class for coordinate objects. More... | |
class | lsst::geom::CoordinateBase< Derived, T, 2 > |
Specialization of CoordinateBase for 2 dimensions. More... | |
class | lsst::geom::CoordinateBase< Derived, T, 3 > |
Specialization of CoordinateBase for 3 dimensions. More... | |
Namespaces | |
lsst | |
lsst::geom | |
Functions | |
template<typename Derived , typename T , int N> | |
bool | lsst::geom::allclose (CoordinateBase< Derived, T, N > const &a, CoordinateBase< Derived, T, N > const &b, T rtol=static_cast< T >(1E-5), T atol=static_cast< T >(1E-8)) |
Floating-point comparison with tolerance. More... | |
template<typename Derived , typename T , int N> | |
std::ostream & | lsst::geom::operator<< (std::ostream &os, CoordinateBase< Derived, T, N > const &coordinate) |