lsst.sphgeom gbd998247f1+585e252eca
|
This file declares miscellaneous utility functions. More...
#include "Angle.h"
Go to the source code of this file.
Namespaces | |
namespace | lsst::sphgeom |
Functions | |
double | lsst::sphgeom::getMinSquaredChordLength (Vector3d const &v, Vector3d const &a, Vector3d const &b, Vector3d const &n) |
double | lsst::sphgeom::getMaxSquaredChordLength (Vector3d const &v, Vector3d const &a, Vector3d const &b, Vector3d const &n) |
Angle | lsst::sphgeom::getMinAngleToCircle (Angle x, Angle c) |
Angle | lsst::sphgeom::getMaxAngleToCircle (Angle x, Angle c) |
Vector3d | lsst::sphgeom::getWeightedCentroid (UnitVector3d const &v0, UnitVector3d const &v1, UnitVector3d const &v2) |
This file declares miscellaneous utility functions.