Physics::Springs::Friction

Current version is 1.01.

Download

Distribution from this site.
CPAN site

README

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. 

	

Documentation

Physics::Springs::Friction

Change Log

Revision history for Perl extension Physics::Springs::Friction.

1.01  Mon Oct 10 21:58:00 2005
	- Distribution upgrade
	- Now using Module::Build

1.00  Mon Jul  7 00:30:30 2003
	- More accuracy.
	- Now requires v1.00 of Physics::Springs.

0.01  Mon Jun 23 19:12:19 2003
	- original version as uploaded to CPAN

    

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

Valid HTML 4.0!