Minor cleanup.
authorspixx <spixx>
Sun, 26 Nov 2006 10:52:49 +0000 (10:52 +0000)
committerspixx <spixx>
Sun, 26 Nov 2006 10:52:49 +0000 (10:52 +0000)
src/color.h
src/coordinate.h

index 9ce58d26975f0734dc8d3af4732e58e633551e12..680f1b57c30476c8af186219b81e3bf293ebece7 100644 (file)
@@ -44,6 +44,7 @@ public:
      */
     ~Color();
     
+    
     /**
      * Set color
      * @param r red component
@@ -52,6 +53,7 @@ public:
      */
     void setRGB(double r, double g, double b);
     
+    
     /**
      * Get red component
      * @return the red component
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