Math::Project3D::Plot

Current version is 1.02.

Download

Distribution from this site.
CPAN site

README

Math::Project3D::Plot
=====================

INTRODUCTION

This module uses Math::Project3D to project an arbitrary
three dimensional function onto a plane and then plots the
outcome into an Imager image.

Detailed documentation can be found as pod in the module file.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install
   pray

DEPENDENCIES

This module requires these other modules and libraries:

  Imager 0.41 or newer
  Math::MatrixReal 1.9 or newer
  Math::Project3D 1.02 or newer
  Test::More 0.44 or newer

Note that it may well work with older versions of these modules,
but I cannot guarantee that it will because I only tested it with
the versions listed.
Since v1.020 of this module, it will no longer work with versions
of Math::Project3D prior to 1.02. You should be able to find
previous releases of this module in case you do not have the newest
Math::Project3D available. Please look at the Changes file for
details on what you'll be missing.

COPYRIGHT AND LICENCE

Copyright (C) 2002-2006 Steffen Mueller, all rights reserved.

Author can be reached at 

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 
	

Documentation

Math::Project3D::Plot

Change Log

Revision history for Perl extension Math::Project3D::Plot.

1.02  Sun Nov  5 18:56 2006
    - Distribution upgrade: Clear licenses, spec-conformant META.yml,
      etc.

1.011  Mon May 12 14:01:21 2003
	- Fixed minor documentation bug.
	- Now using Imager's box() method for setting the background.

1.010  Sun Feb 23 16:18:10 2003
	- New support for 'multiline' plot_range drawing method.
	- Now requires version 1.010 of Math::Project3D due to this
          new feature.
	- Added tests and fixed old tests.

1.005  Wed Nov 27 22:23:32 2002
	- Support for rotation as defined in Math::Project3D since
          version 1.006. Good grief, what an evil hack.
	- Fixed packaging issues.

1.004  Sat Nov 23 20:30:10 2002
	- Documentation fixes

1.003  Sat Nov 23 19:02:23 2002
	- Added plot_axis function
	- More docs
	- Bugfixes

1.002  Sat Nov 23 17:02:23 2002
	- Added plot_list function
	- Added plot_range function
	- Added documentation

1.001  Fri Nov 22 18:22:05 2002
	- Original version
    

(c) 2002-2008 Steffen Müller; All rights reserved.

Valid HTML 4.0!