Added author to all java files with class comments.
[utils] / gps / src / main / java / org / wamblee / gps / geometry / Plane.java
index 1be9b545f34126ab3d9e5b69ff610782dcc98ec8..e12ea07415e5db0b537f20fe352b091a62f27997 100644 (file)
@@ -21,6 +21,8 @@ import org.wamblee.general.Pair;
 /**
  * Represents a plane. Usually used to represent a tangent plane to the earth surface to
  * locally approximate the earth as flat.  
+ *
+ * @author Erik Brakkee
  */
 public class Plane {