class ChunkyPNG::Vector

def initialize(points = [])

def initialize(points = [])
  @points = points
end