NAME
Algorithm::Shape::RandomTree::Branch::Point - Branch point - a 2D point on the geometrical path representing a RandomTree's branch.
Meant to be used as part of the Algorithm::Shape::RandomTree module and not really useful on it's own.
VERSION
Version 0.01
SYNOPSIS
use Algorithm::Shape::RandomTree::Branch::Point;
# Create a point with (X,Y) coordinates of (1,3)
my $branch_point = Algorithm::Shape::RandomTree::Branch::Point->new(
x => 1,
y => 3,
);
Attributes
x
y
AUTHOR
Tamir Lousky, <tlousky at cpan.org>
BUGS
Please report any bugs or feature requests to bug-algorithm-shape-randomtree at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Algorithm-Shape-RandomTree. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Algorithm::Shape::RandomTree::Branch::Point
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Algorithm-Shape-RandomTree
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2010 Tamir Lousky.
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. >>>>>>> a08ec105b87df4aaf8c1798ec6796e8621c4c0f8