Math::Project3D::Plot version 1.001
===================================

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
  Math::MatrixReal
  Math::Project3D
  Math::Project3D::Function
  Test::More

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. 
