Method: RGeo::Cartesian::BoundingBox#min_x
- Defined in:
- lib/rgeo/cartesian/bounding_box.rb
#min_x ⇒ Object (readonly)
Returns the minimum X, or nil if this bounding box is empty.
33 34 35 |
# File 'lib/rgeo/cartesian/bounding_box.rb', line 33 def min_x @min_x end |