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