The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.