repositories
/
lsystem3d.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9386424
)
Minor cleanup.
author
spixx
<spixx>
Sun, 26 Nov 2006 10:52:49 +0000
(10:52 +0000)
committer
spixx
<spixx>
Sun, 26 Nov 2006 10:52:49 +0000
(10:52 +0000)
src/color.h
patch
|
blob
|
blame
|
history
src/coordinate.h
patch
|
blob
|
blame
|
history
diff --git
a/src/color.h
b/src/color.h
index 9ce58d26975f0734dc8d3af4732e58e633551e12..680f1b57c30476c8af186219b81e3bf293ebece7 100644
(file)
--- 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 6d1b63f0ab651d6271364196e5c8c0843a44cee2..6e11b24bda3d3de236b3477f7ba12684f00653f7 100644
(file)
--- 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