219 220 221
# File 'lib/ektoplayer/ui.rb', line 219 def calc(x: 0, y: 0) Point.new(x: @x + x, y: @y + y) end