in reply to Rotation around an axis clockwise and anti-clockwise algorithm question?
@r = $axis->rotate_3d($rad, @vs); # anticlockwise @s = $axis->rotate_3d(-$rad, @vs); # clockwise [download]