| LSSTApplications
    20.0.0
    LSSTDataManagementBasePackage | 
This file declares miscellaneous utility functions. More...
#include "Angle.h"Go to the source code of this file.
| Namespaces | |
| lsst | |
| A base class for image defects. | |
| lsst::sphgeom | |
| Functions | |
| double | lsst::sphgeom::getMinSquaredChordLength (Vector3d const &v, Vector3d const &a, Vector3d const &b, Vector3d const &n) | 
| Let p be the unit vector closest to v that lies on the plane with normal n in the direction of the cross product of a and b.  More... | |
| double | lsst::sphgeom::getMaxSquaredChordLength (Vector3d const &v, Vector3d const &a, Vector3d const &b, Vector3d const &n) | 
| Let p be the unit vector furthest from v that lies on the plane with normal n in the direction of the cross product of a and b.  More... | |
| Angle | lsst::sphgeom::getMinAngleToCircle (Angle x, Angle c) | 
| getMinAngleToCirclereturns the minimum angular separation between a point at latitude x and the points on the circle of constant latitude c.  More... | |
| Angle | lsst::sphgeom::getMaxAngleToCircle (Angle x, Angle c) | 
| getMaxAngleToCirclereturns the maximum angular separation between a point at latitude x and the points on the circle of constant latitude c.  More... | |
| Vector3d | lsst::sphgeom::getWeightedCentroid (UnitVector3d const &v0, UnitVector3d const &v1, UnitVector3d const &v2) | 
| getWeightedCentroidreturns the center of mass of the given spherical triangle (assuming a uniform mass distribution over the triangle surface), weighted by the triangle area.  More... | |
This file declares miscellaneous utility functions.
Definition in file utils.h.
 1.8.18
 1.8.18