Physics::Springs::Friction version 1.01
=======================================

Physics::Springs::Friction adds friction forces to particle simulations
as performed by Physics::Springs.

This module adds functionality to the Physics::Springs and Physics::Particles
modules. As with Physics::Springs, you use() Physics::Springs::Friction
instead of the underlying module, but any functionality of the underlying
modules (Physics::Particles, Physics::Springs) is retained.

As of version 1.00, Physics::Springs::Friction is no longer compatible to
versions earlier than 1.00. Furthermore, it is no longer compatible to
versions below 1.00 of Physics::Springs and Physics::Particles.

Current versions of this module may be found at http://steffen-mueller.net/
or on CPAN.

INSTALLATION

To install this module type the following:

  perl Build.PL
  ./Build
  ./Build test
  ./Build install

On platforms that don't support the "./" notation, that would be:

  perl Build.PL
  perl Build
  perl Build test
  perl Build install

If you wish, you may use the old MakeMaker style instead:

  perl Makefile.PL
  make
  make test
  make install

DEPENDENCIES

This module requires these other modules and libraries:

 Physics::Springs (1.00 or later)
 Physics::Particles (1.00 or later)

COPYRIGHT AND LICENCE

Copyright (C) 2003-2005 Steffen Mueller

Author can be reached at friction-module at steffen-mueller dot net.

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