Scene::Graph::Node - A Node in a scene
Perhaps a little code snippet.
use Scene::Graph; my $foo = Scene::Graph->new(); ...
An arrayref of children of this node.
Add a child node to this one.
The number of child nodes this node has.
Returns true if this node has no children.
Cory G Watson, <gphat at cpan.org>
Copyright 2010 Cold Hard Code, LLC.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.