| LSSTApplications
    20.0.0
    LSSTDataManagementBasePackage | 
This file declares functions for orienting points on the sphere. More...
#include "UnitVector3d.h"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) | 
| orientationExactcomputes 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) | 
| orientationcomputes 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 toorientation(UnitVector3d::X(), b, c).  More... | |
| int | lsst::sphgeom::orientationY (UnitVector3d const &b, UnitVector3d const &c) | 
| orientationY(b, c)is equivalent toorientation(UnitVector3d::Y(), b, c).  More... | |
| int | lsst::sphgeom::orientationZ (UnitVector3d const &b, UnitVector3d const &c) | 
| orientationZ(b, c)is equivalent toorientation(UnitVector3d::Z(), b, c).  More... | |
This file declares functions for orienting points on the sphere.
Definition in file orientation.h.
 1.8.18
 1.8.18