Method: Vedeu::Geometries::Move#up

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

#upHash<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>)


164
165
166
167
168
169
# File 'lib/vedeu/geometries/move.rb', line 164

def up
  {
    y:  y - offset,
    yn: yn - offset,
  }
end