Method: TECSCDE::View::CairoMatrix#set
- Defined in:
- lib/tecscde/view/cairo_matrix.rb
#set(xx, yx, xy, yy, x0, y0) ⇒ Object
63 64 65 66 67 |
# File 'lib/tecscde/view/cairo_matrix.rb', line 63 def set(xx, yx, xy, yy, x0, y0) x0 += @base_x y0 += @base_y super end |