SCylindricalTranslation

struct SCylindricalTranslation : public IFrameTranslation

Represents a frame translation expressed in cylindrical coordinates.

double R

Frame translation in R-direction.

double Theta

Frame translation in Theta-direction.

double Z

Frame translation in Z-direction.

SCylindricalTranslation::SCylindricalTranslation(double r, double theta, double z)

Initializes a new instance of SCylindricalFrameTranslation.

Parameters
  • r – R translation.

  • theta – Theta translation.

  • z – Z translation.

SCylindricalTranslation::SCylindricalTranslation()