class ChunkyPNG::Vector

def min_y

Returns:
  • (Integer) - The lowest y-coordinate of all the points in the vector.
def min_y
  y_range.first
end