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?

Math::Vector::Real overloads the x operator to perform the cross product of the two vectors. It is customary in maths to use x for that operation.