class ChunkyPNG::Vector

def max_x

Returns:
  • (Integer) - The highest x-coordinate of all the points in the vector.
def max_x
  x_range.last
end