# File lib/facets/more/quaternion.rb, line 329
  def rotate(r); r * self * r.conjugate / r.abs2; end