LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <cmath>
#include <ostream>
#include <utility>
#include "lsst/sphgeom/UnitVector3d.h"
#include "lsst/sphgeom/Vector3d.h"
#include "lsst/geom/Angle.h"
#include "lsst/geom/Point.h"
Go to the source code of this file.
Classes | |
class | lsst::geom::SpherePoint |
Point in an unspecified spherical coordinate system. More... | |
struct | std::hash< lsst::geom::SpherePoint > |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::geom | |
std | |
STL namespace. | |
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... | |