class Vector

def cross(other)

def cross(other)
  perp.dot other
end