# File lib/rubygame/ftor.rb, line 107 def self.new_from_to(p1,p2) return self.new(p2[0]-p1[0],p2[1]-p1[1]) end