class ChunkyPNG::Vector

def eql?(other)

def eql?(other)
  other.points == points
end