(no commit message)
[utils] / gps / src / main / java / org / wamblee / gps / geometry / Wgs84CoordinateSystem.java
index 38b0fcc6a27c68e4f7ab91e8efcbe4e82541edac..d08378da4a2e85500d763e1907ef4537b6d0d3bf 100644 (file)
@@ -29,6 +29,8 @@ import static java.lang.Math.sin;
  *   <li> x3: elevation in meters </li>
  * </ul>
  * WGS84 models the earth as an ellipse.
+ *
+ * @author Erik Brakkee
  */
 public class Wgs84CoordinateSystem implements CoordinateSystem {
     /*