class CooCoo::Image::Transform

Public Instance Methods

*(other) click to toggle source
# File lib/coo-coo/image.rb, line 142
def *(other)
  TransformChain.new(self, other)
end
call(x, y) click to toggle source
# File lib/coo-coo/image.rb, line 138
def call(x, y)
  [ x, y ]
end