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

What's the matter with just specifying a negative angle of rotation?

Dave.

  • Comment on Re: Rotation around an axis clockwise and anti-clockwise algorithm question?

Replies are listed 'Best First'.
Re^2: Rotation around an axis clockwise and anti-clockwise algorithm question?
by fraizerangus (Sexton) on Jun 12, 2012 at 17:35 UTC
    Can that be done in the conversion to radians? I thought it couldn't? I just tried changing it and the program crashed?
      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