| Bundle-Math-Geometry documentation | Contained in the Bundle-Math-Geometry distribution. |
Bundle::Math::Geometry - Bundle of modules related to 2D and 3D geometry
perl -MCPAN -e 'install Bundle::Math::Geometry'
Math::Bezier
Math::Bezier::Convert
Math::Geometry
Math::Geometry::GPC
Math::Geometry::Planar
Math::Polyhedra
Math::Project
Math::Project3D
Math::Project3D::Plot
Math::QuadTree
Math::SO3
Math::Volume::Rotational
This is a bundle of modules related to 2D and 3D geometry.
Please have a look at Bundle::Math.
If you would like to see a specific module included in a future version of this bundle, please send me an email or use rt.cpan.org.
Steffen Mueller <bundlemath-module at steffen-mueller dot net>
| Bundle-Math-Geometry documentation | Contained in the Bundle-Math-Geometry distribution. |
package Bundle::Math::Geometry; use strict; use warnings; $VERSION = '1.00'; 1; __END__