Darloth
Joined: 29 Jan 2009 Posts: 3
|
Posted: Sat Feb 07, 2009 5:51 am Post subject: Missing piece of documentation in Scenegraph extension |
|
|
Just to let you know that the "Point translation" member of the Transform class is completely lacking in documentation. I don't believe it needs much, but a single doc comment would make it show up in the outliner which would be handy for people trying to learn the scenegraph.
just something like:
/// the translation in the form of a Point(x,y).
Point translation;
or even:
/// translation
Point translation;
would have made me much less confused. I eventually dug in the include-source to find out, but I thought I should post here to help anyone else coming after me. |
|