LSST Applications g0fba68d861+677d9eb166,g1e78f5e6d3+c65e515db9,g1fd858c14a+71413c3e43,g35bb328faa+fcb1d3bbc8,g4af146b050+2070019eaf,g4d2262a081+ca439efc63,g4e0f332c67+53d227620f,g53246c7159+fcb1d3bbc8,g5a012ec0e7+e094618965,g60b5630c4e+97a3b3c414,g67b6fd64d1+98402a590a,g78460c75b0+2f9a1b4bcd,g786e29fd12+cf7ec2a62a,g7b71ed6315+fcb1d3bbc8,g87b7deb4dc+80e04b570e,g8852436030+d43d68859a,g89139ef638+98402a590a,g9125e01d80+fcb1d3bbc8,g94187f82dc+97a3b3c414,g989de1cb63+98402a590a,g9f33ca652e+cdcfd820ad,g9f7030ddb1+83d98bf5fd,ga12af3ee9f+97a3b3c414,ga2b97cdc51+97a3b3c414,gabe3b4be73+1e0a283bba,gabf8522325+fdcc45437b,gb1101e3267+3b586d735c,gb58c049af0+f03b321e39,gb89ab40317+98402a590a,gbdea47398f+839d4c457f,gcf25f946ba+d43d68859a,gd6cbbdb0b4+2800613beb,gd9a9a58781+fcb1d3bbc8,gde0f65d7ad+77f8542444,ge278dab8ac+c824a60960,ge410e46f29+98402a590a,gf67bdafdda+98402a590a,gfe06eef73a+2766dcde2b,v29.0.0.rc3
LSST Data Management Base Package
|
This file contains utility function implementations. More...
Go to the source code of this file.
Namespaces | |
namespace | lsst |
namespace | 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. | |
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. | |
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. | |
This file contains utility function implementations.
Definition in file utils.cc.