# File ../lib/roller/CWRP.rb, line 69
  def distance_xy(other)
    Math.sqrt(((@x - other.x) ** 2) + ((@y - other.y) ** 2))
  end