SSphericalTranslation¶
-
struct SSphericalTranslation : public IFrameTranslation¶
Represents a frame translation expressed in spherical coordinates.
-
double R¶
Frame translation in R-direction.
-
double Theta¶
Frame translation in Theta-direction.
-
double Phi¶
Frame translation in Phi-direction.
-
SSphericalTranslation::SSphericalTranslation(double r, double theta, double phi)¶
Initializes a new instance of SSphericalFrameTranslation.
- Parameters
r – R translation.
theta – Theta translation.
phi – Phi translation.
-
SSphericalTranslation::SSphericalTranslation()¶
-
double R¶