sub vector { my ($aa) = @_; $aa->[0] = my $one; $aa->[1] = my $two; $aa->[2] = my $three; my $vector = V($one, $two, $three); }
In this function:
I haven't examined Math::Vector::Real at all, but I would suspect things begin to go wrong within the vector() call itself.
Give a man a fish: <%-(-(-(-<
In reply to Re: How to vector
by AnomalousMonk
in thread How to vector
by jcklasseter
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |