Minor cleanup.
[lsystem3d.git] / src / coordinate.h
index 6d1b63f0ab651d6271364196e5c8c0843a44cee2..6e11b24bda3d3de236b3477f7ba12684f00653f7 100644 (file)
@@ -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