class ChunkyPNG::Vector

def [](index)

Returns:
  • (ChunkyPNG::Point) - The point instance.

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