Math::Project_3D version 1.002
==============================

INTRO

This distribution allows the projection of points of a three dimensional
function of an arbitrary number of parameters onto an arbitrary plane.
The function is compiled from three component functions (anonymous
subroutines containing arbitrary Perl code) by Math::Project_3D::Function
using some black magic and code generation for performance reasons.

The module relies heavily on the Math::MatrixReal module. Without it,
you would not see this realized.

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:

  Math::Project_3D::Function (in this distribution)
  Math::MatrixReal

COPYRIGHT AND LICENCE

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

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

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