class ChunkyPNG::Vector

def width

Returns:
  • (Integer) - The x-distance between the points that are farthest from each other.
def width
  1 + (max_x - min_x)
end