SphericalTranslation

struct SphericalTranslation : public IFrameTranslation

Represents a frame translation expressed in spherical coordinates.

SphericalTranslation.SphericalTranslation(double r, double theta, double phi)

Initializes a new instance of SSphericalFrameTranslation.

Parameters
  • r – R translation.

  • theta – Theta translation.

  • phi – Phi translation.

double SphericalTranslation.R { get; set; }

double SphericalTranslation.Theta { get; set; }

double SphericalTranslation.Phi { get; set; }