CylindricalTranslation

struct CylindricalTranslation : public IFrameTranslation

Represents a frame translation expressed in cylindrical coordinates.

CylindricalTranslation.CylindricalTranslation(double r, double theta, double z)

Initializes a new instance of SCylindricalFrameTranslation.

Parameters
  • r – R translation.

  • theta – Theta translation.

  • z – Z translation.

double CylindricalTranslation.R { get; set; }

double CylindricalTranslation.Theta { get; set; }

double CylindricalTranslation.Z { get; set; }