/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Physics-Unit/blib/lib/Physics/Unit/Vector.pm


NAME

Physics::Unit::Vector


DESCRIPTION

Objects of this class hold a physical vector.

This class has several subtypes, which depend on the dimensionality of the scalar used to hold the magnitude.


new()

  $v = new Physics::Unit::Vector('3m', '4m', '5mi');

given Scalars of the same type, $sx, $sy, and $sz:

  $v = new Physics::Unit::Vector($sx, $sy, $sz);


AUTHOR

Chris Maloney <Dude@chrismaloney.com>


COPYRIGHT AND LICENSE

Copyright 2002-2003 by Chris Maloney

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

 /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Physics-Unit/blib/lib/Physics/Unit/Vector.pm