class ChunkyPNG::Vector

def initialize(points = [])

Other tags:
    See: ChunkyPNG.Vector -

Parameters:
  • points (Array) --
def initialize(points = [])
  @points = points
end