Method: Vedeu::Geometries::Move#right
- Defined in:
- lib/vedeu/geometries/move.rb
#right ⇒ Hash<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.
147 148 149 150 151 152 |
# File 'lib/vedeu/geometries/move.rb', line 147 def right { x: x + offset, xn: xn + offset, } end |