Class: CooCoo::Image::Transform
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#*(other) ⇒ Object
142 143 144 |
# File 'lib/coo-coo/image.rb', line 142 def *(other) TransformChain.new(self, other) end |
#call(x, y) ⇒ Object
138 139 140 |
# File 'lib/coo-coo/image.rb', line 138 def call(x, y) [ x, y ] end |