major method

double major()

major axis in AE

Implementation

double major() {
  return 2.0 * semiMajor();
}