Method: TECSCDE::View::CairoMatrix#initialize
- Defined in:
- lib/tecscde/view/cairo_matrix.rb
#initialize ⇒ CairoMatrix
Returns a new instance of CairoMatrix.
57 58 59 60 61 |
# File 'lib/tecscde/view/cairo_matrix.rb', line 57 def initialize @base_x = 0 @base_y = 0 super(1, 0, 0, 1, 0, 0) end |