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