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