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 the orientation function implementations. More...
Go to the source code of this file.
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::sphgeom | |
Functions | |
int | lsst::sphgeom::orientationExact (Vector3d const &a, Vector3d const &b, Vector3d const &c) |
orientationExact computes and returns the orientations of 3 vectors a, b and c, which need not be normalized but are assumed to have finite components. More... | |
int | lsst::sphgeom::orientation (UnitVector3d const &a, UnitVector3d const &b, UnitVector3d const &c) |
orientation computes and returns the orientations of 3 unit vectors a, b and c. More... | |
int | lsst::sphgeom::orientationX (UnitVector3d const &b, UnitVector3d const &c) |
orientationX(b, c) is equivalent to orientation(UnitVector3d::X(), b, c) . More... | |
int | lsst::sphgeom::orientationY (UnitVector3d const &b, UnitVector3d const &c) |
orientationY(b, c) is equivalent to orientation(UnitVector3d::Y(), b, c) . More... | |
int | lsst::sphgeom::orientationZ (UnitVector3d const &b, UnitVector3d const &c) |
orientationZ(b, c) is equivalent to orientation(UnitVector3d::Z(), b, c) . More... | |
This file contains the orientation function implementations.
Definition in file orientation.cc.
int exponent |
Definition at line 41 of file orientation.cc.
BigInteger* mantissa |
Definition at line 40 of file orientation.cc.