LSSTApplications
18.0.0+60,19.0.0+2,19.0.0+29,19.0.0+31,19.0.0+33,19.0.0+38,19.0.0+6,19.0.0-1-g20d9b18+16,19.0.0-1-g49a97f9,19.0.0-1-g5549ca4+1,19.0.0-1-g6fe20d0+5,19.0.0-1-g8c57eb9+16,19.0.0-1-ga72da6b,19.0.0-1-gbfe0924+15,19.0.0-1-ge272bc4+16,19.0.0-1-gefe1d0d+10,19.0.0-12-g03a29998f+1,19.0.0-2-g0d9f9cd+30,19.0.0-2-g260436e+14,19.0.0-2-g69513cf,19.0.0-2-g9675b69,19.0.0-2-g9b11441+18,19.0.0-2-gde8e5e3,19.0.0-2-gff6972b,19.0.0-20-g6de566f+6,19.0.0-24-g74640d5c,19.0.0-3-g6513920+15,19.0.0-3-gce3f959+2,19.0.0-4-g98b4a13,19.0.0-5-g0745e3f+15,19.0.0-5-gf4bae50+11,19.0.0-6-gb5bb71e+6,19.0.0-7-g2584c99+1,19.0.0-7-g686a884+1,19.0.0-7-ga57c4689+5,19.0.0-9-g8509940+5,w.2020.06
LSSTDataManagementBasePackage
|
This file contains utility function implementations. More...
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... | |
Vector3d | lsst::sphgeom::getWeightedCentroid (UnitVector3d const &v0, UnitVector3d const &v1, UnitVector3d const &v2) |
getWeightedCentroid returns 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 contains utility function implementations.
Definition in file utils.cc.