class Sangaku::Point

Public Instance Methods

draw(image, offset) click to toggle source
# File lib/sangaku-eyeball/drawable.rb, line 5
def draw(image, offset)
  image.draw(x + offset[0], y + offset[1], 0)
end