Algorithm-Line-Bresenham-C
view release on metacpan or search on metacpan
Line/Bresenham/C/C.pm view on Meta::CPAN
my @points = circle ($y, $x, $radius)
Returns the points to draw a circle with
=head1 SEE ALSO
=over 8
=item Algorithm::Line::Bresenham
The original pure perl version.
=head1 AUTHOR and LICENSE
Lilo Huang, kenwu@cpan.org
Copyright (c) 2008 Lilo Huang. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
Line/Bresenham/C/Changes view on Meta::CPAN
Revision history for Perl extension Algorithm::Line::Bresenham::C.
0.01 Sun Feb 10 13:46:55 2008
- original version; created by h2xs 1.21 with options
-A -n Algorithm::Line::Bresenham::C
( run in 1.088 second using v1.01-cache-2.11-cpan-1c8d708658b )