(no commit message)
[utils] / gps / src / main / java / org / wamblee / gps / geometry / SphericalCoordinateSystem.java
index d62cef8815394fef4da64396f98a45901dcb8064..78c54eea221b9abb79d8b9bfbdd43d7036d9f550 100644 (file)
@@ -29,6 +29,8 @@ import static java.lang.Math.sin;
  *   <li> x3: elevation in meters </li>
  * </ul>
  * This coordinate system models the earth as a sphere of a specific radius. 
+ *
+ * @author Erik Brakkee
  */
 public class SphericalCoordinateSystem implements CoordinateSystem {
     /**