LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <cmath>
#include <string>
#include <sstream>
#include "Eigen/Geometry"
#include "lsst/utils/hashCombine.h"
#include "lsst/geom/SpherePoint.h"
#include "lsst/geom/sphgeomUtils.h"
#include "lsst/pex/exceptions.h"
Go to the source code of this file.
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::geom | |
Functions | |
SpherePoint | lsst::geom::averageSpherePoint (std::vector< SpherePoint > const &coords) |
Return the average of a list of coordinates. More... | |
std::ostream & | lsst::geom::operator<< (std::ostream &os, SpherePoint const &point) |
Print the value of a point to a stream. More... | |