Method: Geometry::Rectangle#max

Defined in:
lib/geometry/rectangle.rb

#maxPoint

Returns The upper right corner of the bounding Geometry::Rectangle.

Returns:



144
145
146
# File 'lib/geometry/rectangle.rb', line 144

def max
    @points.last
end