NAME

Scene::Graph::Node - A Node in a scene

SYNOPSIS

Perhaps a little code snippet.

    use Scene::Graph;

    my $foo = Scene::Graph->new();
    ...

ATTRIBUTES

children

An arrayref of children of this node.

METHODS

add_child

Add a child node to this one.

child_count

The number of child nodes this node has.

is_leaf

Returns true if this node has no children.

AUTHOR

Cory G Watson, <gphat at cpan.org>

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

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.