class ChunkyPNG::Vector

def min_x

Returns:
  • (Integer) - The lowest x-coordinate of all the points in the vector.
def min_x
  x_range.first
end