LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
Vector3d.h File Reference

This file declares a class for representing vectors in ℝ³. More...

#include <cmath>
#include <iosfwd>
#include <limits>
#include <stdexcept>

Go to the source code of this file.

Classes

class  lsst::sphgeom::Vector3d
 Vector3d is a vector in ℝ³ with components stored in double precision. More...
 

Namespaces

 lsst
 A base class for image defects.
 
 lsst::sphgeom
 

Functions

Vector3d lsst::sphgeom::operator* (double s, Vector3d const &v)
 
std::ostreamlsst::sphgeom::operator<< (std::ostream &, Vector3d const &)
 

Detailed Description

This file declares a class for representing vectors in ℝ³.

Definition in file Vector3d.h.