getTheta method

double getTheta()

Implementation

double getTheta() {
  return sqrt(_theta2);
}