class ChunkyPNG::Vector

def max_y

Returns:
  • (Integer) - The highest y-coordinate of all the points in the vector.
def max_y
  y_range.last
end