Minor cleanup.
[lsystem3d.git] / src / coordinate.h
index 70c990a6e651b503090b2d176269fdb131278fbb..6e11b24bda3d3de236b3477f7ba12684f00653f7 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2006 Erik Dahlberg
 // 
-// This file is part of LSystem3d.
+// This file is part of LSystem3D.
 // 
 // LSystem3D is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License
@@ -25,7 +25,7 @@
 
 
 /**
- * 3d coordinate
+ * 3D coordinate
  */
 class Coordinate
 {
@@ -41,6 +41,7 @@ public:
      */
     ~Coordinate();
     
+    
     /**
      * Set coordinate
      * @param x the x-coordinate
@@ -49,6 +50,7 @@ public:
      */
     void setXYZ(double x, double y, double z);
     
+    
     /**
      * Get x-coordinate
      * @return the x-coordinate