class ChunkyPNG::Vector

def height

Returns:
  • (Integer) - The y-distance between the points that are farthest from each other.
def height
  1 + (max_y - min_y)
end