Method: Vedeu::Geometries::Move#down

Defined in:
lib/vedeu/geometries/move.rb

#downHash<Symbol => Fixnum> (private)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Hash<Symbol => Fixnum>)


96
97
98
99
100
101
# File 'lib/vedeu/geometries/move.rb', line 96

def down
  {
    y:  y + offset,
    yn: yn + offset,
  }
end