Skip to content
Snippets Groups Projects
Commit 287f63bf authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Move angle trigonometric funtions in SphereIterationData

parent 71e7f35b
No related branches found
No related tags found
No related merge requests found
......@@ -374,6 +374,22 @@ protected:
double *vec_zpv;
public:
//! \brief Cosine of incident radiation azimuth.
double cost;
//! \brief Sine of incident radiation azimuth.
double sint;
//! \brief Cosine of incident radiation elevation.
double cosp;
//! \brief Sine of incident radiation elevation.
double sinp;
//! \brief Cosine of scattered radiation azimuth.
double costs;
//! \brief Sine of scattered radiation azimuth.
double sints;
//! \brief Cosine of scattered radiation elevation.
double cosps;
//! \brief Sine of scattered radiation elevation.
double sinps;
//! \brief Vacuum magnitude of wave vector.
double vk;
//! \brief Wave number.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment