class ChunkyPNG::Vector

def [](index)

Parameters:
  • The (ChunkyPNG::Point) -- point instance.
  • index (Integer) -- The 0-based index of the point in this vector.
def [](index)
  points[index]
end