http://www.perlmonks.org?node_id=975853


in reply to Re: Rotation around an axis clockwise and anti-clockwise algorithm question?
in thread Rotation around an axis clockwise and anti-clockwise algorithm question?

Can that be done in the conversion to radians? I thought it couldn't? I just tried changing it and the program crashed?
  • Comment on Re^2: Rotation around an axis clockwise and anti-clockwise algorithm question?

Replies are listed 'Best First'.
Re^3: Rotation around an axis clockwise and anti-clockwise algorithm question?
by Illuminatus (Curate) on Jun 12, 2012 at 18:06 UTC
    Well, if your example hard-codes the rotation angle (9.4) as it appears, can't you use (360 - angle_in_degrees) for anti-clockwise?

    fnord