Method: RTree#envelope
- Defined in:
- lib/rtree.rb
#envelope ⇒ Array[float]
Note:
Ruturns the bounding rectangle (in the same format as the rectangle input) for all rectangles in the tree. In the case that the input is empty, returns nil.
Returns the bounding rectangle.
490 491 492 |
# File 'lib/rtree.rb', line 490 def envelope super end |