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