![]() |
Isis 3 Programmer Reference
|
Provide stereo information/data for a point or relationship. More...
#include <Stereo.h>
Public Member Functions | |
Stereo () | |
Construct a Stereo object. More... | |
virtual | ~Stereo () |
Destructor for Stereo. More... | |
Static Public Member Functions | |
static bool | elevation (Camera &cam1, Camera &cam2, double &radius, double &latitude, double &longitude, double &sepang, double &error) |
static void | spherical (const double latitude, const double longitude, const double radius, double &x, double &y, double &z) |
static void | rectangular (const double x, const double y, const double z, double &latitude, double &longitude, double &radius) |
Static Private Member Functions | |
static std::vector< double > | array2StdVec (const double d[3]) |
static double * | stdVec2Array (const std::vector< double > &v, double *d=0) |
static void | targetToSpacecraft (Camera &camera, double TP[3]) |
static void | targetToSurface (Camera &camera, double TC[3]) |
Provide stereo information/data for a point or relationship.
|
inlinevirtual |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 07/13/2023 15:23:20 |