LSSTApplications  18.0.0+71,19.0.0+5,19.0.0+60,19.0.0+71,19.0.0+9,19.0.0-1-g20d9b18+27,19.0.0-1-g49a97f9+3,19.0.0-1-g5549ca4+4,19.0.0-1-g8c57eb9+27,19.0.0-1-g9a028c0+6,19.0.0-1-ga72da6b+3,19.0.0-1-gb77924a+7,19.0.0-1-gbfe0924+58,19.0.0-1-gd0f30f5+7,19.0.0-1-ge272bc4+27,19.0.0-1-gefe1d0d+42,19.0.0-13-g44bf2be,19.0.0-14-g983d7abd,19.0.0-15-g66e0b70,19.0.0-16-g98bbc9049,19.0.0-17-g9c22e3c+2,19.0.0-18-g2c901ce+2,19.0.0-19-g2772d4a+1,19.0.0-19-g85fbfd3+1,19.0.0-2-g0d9f9cd+66,19.0.0-2-g260436e+46,19.0.0-2-g361aba8+7,19.0.0-2-g9675b69+3,19.0.0-2-gde8e5e3+3,19.0.0-2-gff6972b+11,19.0.0-3-ga642a0f,19.0.0-4-g33ce3a3+8,19.0.0-4-gac56cce+9,19.0.0-4-gdb4f201+7,19.0.0-46-g6423acc,19.0.0-46-g8a917ba3+1,19.0.0-6-g28bbdb8,19.0.0-7-g3343160,19.0.0-7-g686a884+4,w.2020.16
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
SpherePoint.h File Reference
#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::ostreamlsst::geom::operator<< (std::ostream &os, SpherePoint const &point)
 Print the value of a point to a stream. More...