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