NAME
Geometry::Primitive::Util
DESCRIPTION
Geometry::Primitive::Util is a collection of utility methods and constants.
SYNOPSIS
use Geometry::Primitive::Util qw(PI);
print "pi is ".PI."\n";
CONSTANTS
- PI
-
The value of pi.
METHODS
- degrees_to_radians
-
Convert degrees to radians
- radians_to_degrees
-
Convert radians to degrees
AUTHOR
Cory Watson <gphat@cpan.org>
Infinity Interactive, http://www.iinteractive.com
COPYRIGHT & LICENSE
Copyright 2008 by Infinity Interactive, Inc.
You can redistribute and/or modify this code under the same terms as Perl itself.