Commit 07e5c0ee authored by Kaitlyn's avatar Kaitlyn
Browse files

Merge branch 'master' of github.com:CartoCosmos/CartoCosmos into proj

parents 036666d1 1507a9f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
.cache/
coverage/
dist/*
./app/node_modules/
/node_modules
*.log
./app/package-lock.json
.dist/
+19 −0
Original line number Diff line number Diff line
@@ -39,6 +39,25 @@ export default class AstroMath {
      } 
    }

  /**
   * Returns the Major radius for the specific target.
   * @return {double} The Major radius value.
   */
  getMajorRadius()
  {
    return this.dMajorRadius
  }

  /**
   * Returns the Minor radius for the specific target.
   * @return {double} The Minor radius value.
   */
  getMinorRadius()
  {
    return this.dMinorRadius
  }
  
  
  /**
   * Converts degrees to radians.
   * @param  {double} degrees - The degree value that is going to be converted.
+179 −6

File changed.

Preview size limit exceeded, changes collapsed.

+5722 −0

File added.

Preview size limit exceeded, changes collapsed.