Commit 1b908ccc authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

Updated documentation for Angle. References #4807.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7819 41f8697f-d340-4b68-9986-7bafba869bb8
parent 96e19e5a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -375,6 +375,8 @@ namespace Isis {
 *
 * @param dbg The QDebug we're printing into
 * @param angleToPrint The Angle to display
 * 
 * @return QDebug
 */
QDebug operator<<(QDebug dbg, const Isis::Angle &angleToPrint) {
  dbg.nospace() << angleToPrint.radians() << " <radians> ("
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ namespace Isis {
   *                           "dd mm ss.ss" for angles provided in this format. 
   *   @history 2014-08-21 Jeannie Backer - Modified isValid to utilize the IsValidPixel()
   *                           method in the SpecialPixel header. References #1659.
   *   @history 2017-07-03 Makayla Shepherd - Updated documentation. References #4807.
   */
  class Angle {