lsst.geom ga1e77700b3+9fd6c7179d
Loading...
Searching...
No Matches
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...
 

Namespaces

namespace  lsst
 
namespace  lsst::geom
 
namespace  std
 STL namespace.
 

Functions

SpherePoint lsst::geom::averageSpherePoint (std::vector< SpherePoint > const &coords)
 Return the average of a list of coordinates.
 
std::ostreamlsst::geom::operator<< (std::ostream &os, SpherePoint const &point)
 Print the value of a point to a stream.