holyghost has asked for the wisdom of the Perl Monks concerning the following question:
The meaning of the XYZ matrices are the rotation matrices with sin and cos.sub matrix_calculate { my ($self, $matrix) = shift; ###return my ($matrix4) = $self->{$matrixX} * $self->{$matrixY} * $self->{$mat +rixZ} * $self->{$matrix}; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl vs. C++ operators
by Your Mother (Archbishop) on Oct 09, 2017 at 14:58 UTC | |
|
Re: perl vs. C++ operators
by Corion (Patriarch) on Oct 09, 2017 at 14:58 UTC | |
|
Re: perl vs. C++ operators
by LanX (Saint) on Oct 09, 2017 at 14:58 UTC | |
|
Re: perl vs. C++ operators
by Anonymous Monk on Oct 09, 2017 at 16:18 UTC | |
|
Re: perl vs. C++ operators
by etj (Priest) on May 08, 2022 at 18:01 UTC | |
by Anonymous Monk on May 09, 2022 at 14:21 UTC |