From: spixx Date: Sun, 26 Nov 2006 10:52:49 +0000 (+0000) Subject: Minor cleanup. X-Git-Url: https://git.piment-noir.org/?p=lsystem3d.git;a=commitdiff_plain;h=69ebb18969beaecb6ae6d57f1514623c5409f1eb;hp=938642460d017f79a9e1667c7aef465868d1e8c6 Minor cleanup. --- diff --git a/src/color.h b/src/color.h index 9ce58d2..680f1b5 100644 --- a/src/color.h +++ b/src/color.h @@ -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 diff --git a/src/coordinate.h b/src/coordinate.h index 6d1b63f..6e11b24 100644 --- a/src/coordinate.h +++ b/src/coordinate.h @@ -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