Math::Project3D::Plot version 1.005
===================================

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.007 or newer
  Math::Project3D::Function 1.007 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.

COPYRIGHT AND LICENCE

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

Author can be reached at <project3d-module@steffen-mueller.net>

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