# File lib/facets/more/quaternion.rb, line 389
  def cross_product other
    -(self*other.conjugate).vector
  end